Re: [symfony-users] Re: symfony 1.4 install

2010-04-19 Thread Peter Petrik
On Ne, 2010-04-18 at 21:42 -0700, Angel Robert Marquez wrote:
 Starting httpd: Warning: DocumentRoot [/home/sfprojects/jobeet/web]
 does not exist
heh, obviously apache dont think so:)

1.) 
try:
---
chmod 777 home
chmod 777 sfprojects
chmod 777 jobeet
chmod 777 web


if it not works try default conf as I suggested

peter

 
 This file does exist pwd:
 /home/sfproject/jobeet/web
 total 28
 drwxr-xr-x. 2 root root 4096 2010-04-17 15:47 css
 -rw-r--r--. 1 root root  595 2010-04-17 15:48 frontend_dev.php
 drwxr-xr-x. 2 root root 4096 2010-04-17 15:47 images
 -rw-r--r--. 1 root root  236 2010-04-17 15:48 index.php
 drwxr-xr-x. 2 root root 4096 2010-04-17 15:47 js
 -rw-r--r--. 1 root root   26 2010-04-17 15:47 robots.txt
 drwxrwxrwx. 3 root root 4096 2010-04-17 15:47 uploads
 
 
 
 On Sun, Apr 18, 2010 at 9:34 PM, Angel Robert Marquez
 angel.marq...@gmail.com wrote:
 okey, i have ubuntu so i dont know if it is different
 in fedora. but i
 remember also that i had problem with port 8080 or
 8000 because for
 localhost it was set in /etc/apache2/ports.conf to
 listen on port 80.
 This is how I got things up and running on fedora:
 http://fedorasolved.org/server-solutions/lamp-stack
 It looks like port 80 was configured. 
 
 
 -when you restart apache server it is without errors?
 service httpd restart 
 Stopping httpd:
  [  OK  ]
 Starting httpd: Warning: DocumentRoot
 [/home/sfprojects/jobeet/web] does not exist
 httpd: Could not reliably determine the server's fully
 qualified domain name, using localhost.localdomain for
 ServerName
 
 [  OK  ]
 
 
 (/etc/init.d/apache2 restart)
 -bash: /etc/init.d/apache2: No such file or directory
  
  
 -i also used the commands a2dissite default and
 a2ensite www and left
 Looking into these commands. No man by default. Do I need to
 install them? 
 
 
 httpd.conf file blanc (attached file)
 Looking at this. 
  
 -i would try to reinstall apache and try to run
 symfony in default
 configuration and default directory /var/www/web (have
 to edit default
 conf maybe) and if it works try to use diferent
 settings
 I'll do this when I have a moment and let you know what
 happens. 
 
 
 Thank you!
 
 
 
  
 
 peter
 
 
 On So, 2010-04-17 at 16:11 -0700, angel.marquez wrote:
  Okay, I removed the initial install, logged in as
 root, svn co,
  modified the httpd.conf file, confirmed the port
 8080 is in LISTEN
  column, checked the permissions on the directories,
 restarted mysql
  server and checked the url(s). I'm going to try on
 my mac next. Any
  ideas? Appreciate the help.
 
 
  /etc/httpd/conf
  # Be sure to only have this line once in your
 configuration
  NameVirtualHost 127.0.0.1:8080
 
 
  # This is the configuration for your project
  Listen 8080
 
 
  VirtualHost 127.0.0.1:8080
  ServerName www.jobeet.com.localhost
   DocumentRoot /home/sfprojects/jobeet/web
DirectoryIndex index.php
Directory /home/sfprojects/jobeet/web
  AllowOverride All
  Allow from All
/Directory
 
 
 
 Alias /sf 
 /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
Directory
 /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
  AllowOverride All
  Allow from All
/Directory
  /VirtualHost
 
 
  netstat -tlnp
  Active Internet connections (only servers)
  Proto Recv-Q Send-Q Local Address
 Foreign Address
  State   PID/Program name
  tcp0  0 0.0.0.0:3306
  0.0.0.0:*
  LISTEN  7654/mysqld
  tcp0  0 0.0.0.0:111
 0.0.0.0:*
  LISTEN  1003/rpcbind
  tcp0  

Re: [symfony-users] Re: symfony 1.4 install

2010-04-18 Thread Peter Petrik
okey, i have ubuntu so i dont know if it is different in fedora. but i
remember also that i had problem with port 8080 or 8000 because for
localhost it was set in /etc/apache2/ports.conf to listen on port 80.
-when you restart apache server it is without errors?
(/etc/init.d/apache2 restart)
-i also used the commands a2dissite default and a2ensite www and left
httpd.conf file blanc (attached file)
-i would try to reinstall apache and try to run symfony in default
configuration and default directory /var/www/web (have to edit default
conf maybe) and if it works try to use diferent settings

peter

On So, 2010-04-17 at 16:11 -0700, angel.marquez wrote:
 Okay, I removed the initial install, logged in as root, svn co,
 modified the httpd.conf file, confirmed the port 8080 is in LISTEN
 column, checked the permissions on the directories, restarted mysql
 server and checked the url(s). I'm going to try on my mac next. Any
 ideas? Appreciate the help.
 
 
 /etc/httpd/conf
 # Be sure to only have this line once in your configuration
 NameVirtualHost 127.0.0.1:8080
 
 
 # This is the configuration for your project
 Listen 8080
 
 
 VirtualHost 127.0.0.1:8080
 ServerName www.jobeet.com.localhost
  DocumentRoot /home/sfprojects/jobeet/web
   DirectoryIndex index.php
   Directory /home/sfprojects/jobeet/web
 AllowOverride All
 Allow from All
   /Directory
 
 
   Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
   Directory /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
 AllowOverride All
 Allow from All
   /Directory
 /VirtualHost
 
 
 netstat -tlnp
 Active Internet connections (only servers)
 Proto Recv-Q Send-Q Local Address   Foreign Address
 State   PID/Program name   
 tcp0  0 0.0.0.0:33060.0.0.0:*
 LISTEN  7654/mysqld 
 tcp0  0 0.0.0.0:111 0.0.0.0:*
 LISTEN  1003/rpcbind
 tcp0  0 127.0.0.1:8080  0.0.0.0:*
 LISTEN  1490/httpd  
 tcp0  0 0.0.0.0:22  0.0.0.0:*
 LISTEN  1300/sshd   
 tcp0  0 0.0.0.0:53110   0.0.0.0:*
 LISTEN  1227/rpc.statd  
 tcp0  0 127.0.0.1:631   0.0.0.0:*
 LISTEN  1037/cupsd  
 tcp0  0 127.0.0.1:250.0.0.0:*
 LISTEN  7144/sendmail: acce 
 tcp0  0 :::111  :::*
LISTEN  1003/rpcbind
 tcp0  0 :::80   :::*
LISTEN  1490/httpd  
 tcp0  0 :::22   :::*
LISTEN  1300/sshd   
 tcp0  0 ::1:631 :::*
LISTEN  1037/cupsd  
 
 
 /home/sfproject/jobeet
 dr-xr-xr-x.   2 root root  4096 2010-03-30 03:07 bin
 dr-xr-xr-x.   5 root root  1024 2010-03-19 12:16 boot
 drwxr-xr-x.  20 root root  3880 2010-04-17 00:36 dev
 drwxr-xr-x. 119 root root 12288 2010-04-17 14:20 etc
 drwxrwxrwx.   5 root root  4096 2010-04-17 15:43 home
 dr-xr-xr-x.  18 root root 12288 2010-04-15 22:28 lib
 drwx--.   2 root root 16384 2010-03-19 11:53 lost+found
 drwxr-xr-x.   2 root root  4096 2010-03-22 16:35 media
 drwxr-xr-x.   2 root root  4096 2009-08-25 11:06 mnt
 drwxr-xr-x.   3 root root  4096 2010-03-19 13:17 opt
 dr-xr-xr-x. 254 root root 0 2010-04-17 00:35 proc
 dr-xr-x---.   7 root root  4096 2010-04-17 16:03 root
 dr-xr-xr-x.   2 root root 12288 2010-03-30 03:07 sbin
 drwxr-xr-x.   7 root root 0 2010-04-17 00:35 selinux
 drwxr-xr-x.   2 root root  4096 2009-08-25 11:06 srv
 drwxr-xr-x.  13 root root 0 2010-04-17 00:35 sys
 drwxrwxrwt.  17 root root  4096 2010-04-17 16:02 tmp
 drwxr-xr-x.  13 root root  4096 2010-03-19 12:02 usr
 drwxr-xr-x.  21 root root  4096 2010-03-19 12:22 var
 
 
 
 
 /etc/init.d/mysqld restart
 
 
 http://localhost:8080/index.php/
 Oops! This link appears to be broken.
 
 
 http://www.jobeet.com.localhost/index.php/
 Oops! This link appears to be broken.
 
 
 
 
 
 
 
 
 
 
 -- 
 If you want to report a vulnerability issue on symfony, please send it
 to security at symfony-project.com
  
 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
NameVirtualHost 

[symfony-users] Re: symfony 1.4 install

2010-04-18 Thread pghoratiu
 @gabriel
 Yes, as stated in my steps.
 *mysql restart*
 /etc/init.d/mysqld restart

MySQL !== HTTPD

Restart apache with:
service httpd restart

Did not use Fedora in a long time, what version do you use?

I remember that a long time ago had some problems with Apache server
setup and it was
caused by SELinux security limitations.
Check the logfiles in /var/log for Apache and for the system, it may
provide more information about the
error encountered.

gabriel

 On Sat, Apr 17, 2010 at 7:50 AM, pghoratiu pghora...@gmail.com wrote:
  Did you restart Apache after making the change to the Apache
  configuration files?
  It does not look like the Apache process is listening on port 8080.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: symfony 1.4 install

2010-04-18 Thread Angel Robert Marquez

 okey, i have ubuntu so i dont know if it is different in fedora. but i
 remember also that i had problem with port 8080 or 8000 because for
 localhost it was set in /etc/apache2/ports.conf to listen on port 80.

This is how I got things up and running on fedora:
http://fedorasolved.org/server-solutions/lamp-stack
http://fedorasolved.org/server-solutions/lamp-stackIt looks like port 80
was configured.

-when you restart apache server it is without errors?

service httpd restart
Stopping httpd:[  OK  ]
Starting httpd: Warning: DocumentRoot [/home/sfprojects/jobeet/web] does not
exist
httpd: Could not reliably determine the server's fully qualified domain
name, using localhost.localdomain for ServerName
   [  OK  ]

(/etc/init.d/apache2 restart)

-bash: /etc/init.d/apache2: No such file or directory



 -i also used the commands a2dissite default and a2ensite www and left

Looking into these commands. No man by default. Do I need to install them?

httpd.conf file blanc (attached file)

Looking at this.


 -i would try to reinstall apache and try to run symfony in default
 configuration and default directory /var/www/web (have to edit default
 conf maybe) and if it works try to use diferent settings

I'll do this when I have a moment and let you know what happens.

Thank you!




 peter

 On So, 2010-04-17 at 16:11 -0700, angel.marquez wrote:
  Okay, I removed the initial install, logged in as root, svn co,
  modified the httpd.conf file, confirmed the port 8080 is in LISTEN
  column, checked the permissions on the directories, restarted mysql
  server and checked the url(s). I'm going to try on my mac next. Any
  ideas? Appreciate the help.
 
 
  /etc/httpd/conf
  # Be sure to only have this line once in your configuration
  NameVirtualHost 127.0.0.1:8080
 
 
  # This is the configuration for your project
  Listen 8080
 
 
  VirtualHost 127.0.0.1:8080
  ServerName www.jobeet.com.localhost
   DocumentRoot /home/sfprojects/jobeet/web
DirectoryIndex index.php
Directory /home/sfprojects/jobeet/web
  AllowOverride All
  Allow from All
/Directory
 
 
Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
Directory /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
  AllowOverride All
  Allow from All
/Directory
  /VirtualHost
 
 
  netstat -tlnp
  Active Internet connections (only servers)
  Proto Recv-Q Send-Q Local Address   Foreign Address
  State   PID/Program name
  tcp0  0 0.0.0.0:33060.0.0.0:*
  LISTEN  7654/mysqld
  tcp0  0 0.0.0.0:111 0.0.0.0:*
  LISTEN  1003/rpcbind
  tcp0  0 127.0.0.1:8080  0.0.0.0:*
  LISTEN  1490/httpd
  tcp0  0 0.0.0.0:22  0.0.0.0:*
  LISTEN  1300/sshd
  tcp0  0 0.0.0.0:53110   0.0.0.0:*
  LISTEN  1227/rpc.statd
  tcp0  0 127.0.0.1:631   0.0.0.0:*
  LISTEN  1037/cupsd
  tcp0  0 127.0.0.1:250.0.0.0:*
  LISTEN  7144/sendmail: acce
  tcp0  0 :::111  :::*
 LISTEN  1003/rpcbind
  tcp0  0 :::80   :::*
 LISTEN  1490/httpd
  tcp0  0 :::22   :::*
 LISTEN  1300/sshd
  tcp0  0 ::1:631 :::*
 LISTEN  1037/cupsd
 
 
  /home/sfproject/jobeet
  dr-xr-xr-x.   2 root root  4096 2010-03-30 03:07 bin
  dr-xr-xr-x.   5 root root  1024 2010-03-19 12:16 boot
  drwxr-xr-x.  20 root root  3880 2010-04-17 00:36 dev
  drwxr-xr-x. 119 root root 12288 2010-04-17 14:20 etc
  drwxrwxrwx.   5 root root  4096 2010-04-17 15:43 home
  dr-xr-xr-x.  18 root root 12288 2010-04-15 22:28 lib
  drwx--.   2 root root 16384 2010-03-19 11:53 lost+found
  drwxr-xr-x.   2 root root  4096 2010-03-22 16:35 media
  drwxr-xr-x.   2 root root  4096 2009-08-25 11:06 mnt
  drwxr-xr-x.   3 root root  4096 2010-03-19 13:17 opt
  dr-xr-xr-x. 254 root root 0 2010-04-17 00:35 proc
  dr-xr-x---.   7 root root  4096 2010-04-17 16:03 root
  dr-xr-xr-x.   2 root root 12288 2010-03-30 03:07 sbin
  drwxr-xr-x.   7 root root 0 2010-04-17 00:35 selinux
  drwxr-xr-x.   2 root root  4096 2009-08-25 11:06 srv
  drwxr-xr-x.  13 root root 0 2010-04-17 00:35 sys
  drwxrwxrwt.  17 root root  4096 2010-04-17 16:02 tmp
  drwxr-xr-x.  13 root root  4096 2010-03-19 12:02 usr
  drwxr-xr-x.  21 root root  4096 2010-03-19 12:22 var
 
 
 
 
  /etc/init.d/mysqld restart
 
 
  http://localhost:8080/index.php/
  Oops! This link appears to be broken.
 
 
  http://www.jobeet.com.localhost/index.php/
  Oops! This link appears to be broken.
 
 
 
 
 
 
 
 
 
 
  --
  If you want to report a vulnerability issue on symfony, please send it
  to security at symfony-project.com
 
  You received this message 

Re: [symfony-users] Re: symfony 1.4 install

2010-04-18 Thread Angel Robert Marquez

  @gabriel
  Yes, as stated in my steps.
  *mysql restart*
  /etc/init.d/mysqld restart
 
 MySQL !== HTTPD

 Restart apache with:
 service httpd restart

Cool, thank you for this. What is the difference between the two restart
commands?


 Did not use Fedora in a long time, what version do you use?

I'm using 12 constantine. I've been experimenting with it since 8  9. I
like it. I have a current ubuntu installer as well. They seem very similar.


 I remember that a long time ago had some problems with Apache server
 setup and it was
 caused by SELinux security limitations.
 Check the logfiles in /var/log for Apache and for the system, it may
 provide more information about the
 error encountered

 mysqld.log ?
100319 15:11:20 mysqld_safe Starting mysqld daemon with databases from
/var/lib/mysql
100319 15:11:20 [Note] Plugin 'ndbcluster' is disabled.
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
100319 15:11:20  InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
100319 15:11:21  InnoDB: Log file ./ib_logfile0 did not exist: new to be
created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
100319 15:11:21  InnoDB: Log file ./ib_logfile1 did not exist: new to be
created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
100319 15:11:21  InnoDB: Started; log sequence number 0 0
100319 15:11:21 [Note] Event Scheduler: Loaded 0 events
100319 15:11:21 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.44'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source
distribution
100320 18:25:33 [Note] /usr/libexec/mysqld: Normal shutdown

100320 18:25:33 [Note] Event Scheduler: Purging the queue. 0 events
100320 18:25:33  InnoDB: Starting shutdown...
100320 18:25:35  InnoDB: Shutdown completed; log sequence number 0 44233
100320 18:25:35 [Note] /usr/libexec/mysqld: Shutdown complete

100320 18:25:35 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid
ended
100320 18:26:17 mysqld_safe Starting mysqld daemon with databases from
/var/lib/mysql
100320 18:26:18 [Note] Plugin 'ndbcluster' is disabled.
100320 18:26:18  InnoDB: Started; log sequence number 0 44233
100320 18:26:18 [Note] Event Scheduler: Loaded 0 events



gabriel

Thanks!


  On Sat, Apr 17, 2010 at 7:50 AM, pghoratiu pghora...@gmail.com wrote:
   Did you restart Apache after making the change to the Apache
   configuration files?
   It does not look like the Apache process is listening on port 8080.

 --
 If you want to report a vulnerability issue on symfony, please send it to
 security at symfony-project.com

 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: symfony 1.4 install

2010-04-18 Thread Angel Robert Marquez
Starting httpd: Warning: DocumentRoot [/home/sfprojects/jobeet/web] does not
exist

This file does exist pwd:
/home/sfproject/jobeet/web
total 28
drwxr-xr-x. 2 root root 4096 2010-04-17 15:47 css
-rw-r--r--. 1 root root  595 2010-04-17 15:48 frontend_dev.php
drwxr-xr-x. 2 root root 4096 2010-04-17 15:47 images
-rw-r--r--. 1 root root  236 2010-04-17 15:48 index.php
drwxr-xr-x. 2 root root 4096 2010-04-17 15:47 js
-rw-r--r--. 1 root root   26 2010-04-17 15:47 robots.txt
drwxrwxrwx. 3 root root 4096 2010-04-17 15:47 uploads


On Sun, Apr 18, 2010 at 9:34 PM, Angel Robert Marquez 
angel.marq...@gmail.com wrote:

 okey, i have ubuntu so i dont know if it is different in fedora. but i
 remember also that i had problem with port 8080 or 8000 because for
 localhost it was set in /etc/apache2/ports.conf to listen on port 80.

 This is how I got things up and running on fedora:
 http://fedorasolved.org/server-solutions/lamp-stack
  http://fedorasolved.org/server-solutions/lamp-stackIt looks like port
 80 was configured.

 -when you restart apache server it is without errors?

 service httpd restart
 Stopping httpd:[  OK  ]
 Starting httpd: Warning: DocumentRoot [/home/sfprojects/jobeet/web] does
 not exist
 httpd: Could not reliably determine the server's fully qualified domain
 name, using localhost.localdomain for ServerName
[  OK  ]

 (/etc/init.d/apache2 restart)

 -bash: /etc/init.d/apache2: No such file or directory



 -i also used the commands a2dissite default and a2ensite www and left

 Looking into these commands. No man by default. Do I need to install them?

 httpd.conf file blanc (attached file)

 Looking at this.


 -i would try to reinstall apache and try to run symfony in default
 configuration and default directory /var/www/web (have to edit default
 conf maybe) and if it works try to use diferent settings

 I'll do this when I have a moment and let you know what happens.

 Thank you!




 peter

 On So, 2010-04-17 at 16:11 -0700, angel.marquez wrote:
  Okay, I removed the initial install, logged in as root, svn co,
  modified the httpd.conf file, confirmed the port 8080 is in LISTEN
  column, checked the permissions on the directories, restarted mysql
  server and checked the url(s). I'm going to try on my mac next. Any
  ideas? Appreciate the help.
 
 
  /etc/httpd/conf
  # Be sure to only have this line once in your configuration
  NameVirtualHost 127.0.0.1:8080
 
 
  # This is the configuration for your project
  Listen 8080
 
 
  VirtualHost 127.0.0.1:8080
  ServerName www.jobeet.com.localhost
   DocumentRoot /home/sfprojects/jobeet/web
DirectoryIndex index.php
Directory /home/sfprojects/jobeet/web
  AllowOverride All
  Allow from All
/Directory
 
 
Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
Directory /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
  AllowOverride All
  Allow from All
/Directory
  /VirtualHost
 
 
  netstat -tlnp
  Active Internet connections (only servers)
  Proto Recv-Q Send-Q Local Address   Foreign Address
  State   PID/Program name
  tcp0  0 0.0.0.0:33060.0.0.0:*
  LISTEN  7654/mysqld
  tcp0  0 0.0.0.0:111 0.0.0.0:*
  LISTEN  1003/rpcbind
  tcp0  0 127.0.0.1:8080  0.0.0.0:*
  LISTEN  1490/httpd
  tcp0  0 0.0.0.0:22  0.0.0.0:*
  LISTEN  1300/sshd
  tcp0  0 0.0.0.0:53110   0.0.0.0:*
  LISTEN  1227/rpc.statd
  tcp0  0 127.0.0.1:631   0.0.0.0:*
  LISTEN  1037/cupsd
  tcp0  0 127.0.0.1:250.0.0.0:*
  LISTEN  7144/sendmail: acce
  tcp0  0 :::111  :::*
 LISTEN  1003/rpcbind
  tcp0  0 :::80   :::*
 LISTEN  1490/httpd
  tcp0  0 :::22   :::*
 LISTEN  1300/sshd
  tcp0  0 ::1:631 :::*
 LISTEN  1037/cupsd
 
 
  /home/sfproject/jobeet
  dr-xr-xr-x.   2 root root  4096 2010-03-30 03:07 bin
  dr-xr-xr-x.   5 root root  1024 2010-03-19 12:16 boot
  drwxr-xr-x.  20 root root  3880 2010-04-17 00:36 dev
  drwxr-xr-x. 119 root root 12288 2010-04-17 14:20 etc
  drwxrwxrwx.   5 root root  4096 2010-04-17 15:43 home
  dr-xr-xr-x.  18 root root 12288 2010-04-15 22:28 lib
  drwx--.   2 root root 16384 2010-03-19 11:53 lost+found
  drwxr-xr-x.   2 root root  4096 2010-03-22 16:35 media
  drwxr-xr-x.   2 root root  4096 2009-08-25 11:06 mnt
  drwxr-xr-x.   3 root root  4096 2010-03-19 13:17 opt
  dr-xr-xr-x. 254 root root 0 2010-04-17 00:35 proc
  dr-xr-x---.   7 root root  4096 2010-04-17 16:03 root
  dr-xr-xr-x.   2 root root 12288 2010-03-30 03:07 sbin
  drwxr-xr-x.   7 root root 0 2010-04-17 00:35 selinux
  

[symfony-users] Re: symfony 1.4 install

2010-04-17 Thread pghoratiu
Did you restart Apache after making the change to the Apache
configuration files?
It does not look like the Apache process is listening on port 8080.

gabriel

On Apr 17, 2:49 pm, Gábor Fási maerl...@gmail.com wrote:
 Change this to `Listen 8080` and try again (ie. remove the IP, only
 list the port).

 On Fri, Apr 16, 2010 at 18:29, Angel Robert Marquez

 angel.marq...@gmail.com wrote:
  Listen 127.0.0.1:8080

 --
 If you want to report a vulnerability issue on symfony, please send it to 
 security at symfony-project.com

 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: symfony 1.4 install

2010-04-17 Thread Angel Robert Marquez
@Gábor
I made the change to the httpd.conf file. Now I'm presented with this
Forbidden

You don't have permission to access /index.php/ on this server.
--
Apache/2.2.14 (Fedora) Server at localhost Port 8080
I chmod 777 the index file here:
/home/sfprojects/jobeet/web

And still receive the same 403 message. I may have created the install as a
user and need to perform the file mods as root. Should I start over and do
everything su?

@gabriel
Yes, as stated in my steps.
*mysql restart*
/etc/init.d/mysqld restart

On Sat, Apr 17, 2010 at 7:50 AM, pghoratiu pghora...@gmail.com wrote:

 Did you restart Apache after making the change to the Apache
 configuration files?
 It does not look like the Apache process is listening on port 8080.

gabriel

 On Apr 17, 2:49 pm, Gábor Fási maerl...@gmail.com wrote:
  Change this to `Listen 8080` and try again (ie. remove the IP, only
  list the port).
 
  On Fri, Apr 16, 2010 at 18:29, Angel Robert Marquez
 
  angel.marq...@gmail.com wrote:
   Listen 127.0.0.1:8080
 
  --
  If you want to report a vulnerability issue on symfony, please send it to
 security at symfony-project.com
 
  You received this message because you are subscribed to the Google
  Groups symfony users group.
  To post to this group, send email to symfony-users@googlegroups.com
  To unsubscribe from this group, send email to
  symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
  For more options, visit this group athttp://
 groups.google.com/group/symfony-users?hl=en

 --
 If you want to report a vulnerability issue on symfony, please send it to
 security at symfony-project.com

 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: symfony 1.4 install

2010-04-17 Thread Peter Petrik
hi,

i had same error some time ago (on ubuntu). i had wrong permissions for
the /home/ directory. it has to be at least searchable for use it as
apache web dir. 

try to use the default web dir /var/web (in ubuntu)

peter

On So, 2010-04-17 at 11:25 -0700, Angel Robert Marquez wrote:
 @Gábor 
 I made the change to the httpd.conf file. Now I'm presented with this
 Forbidden
 You don't have permission to access /index.php/ on this server.
 
 
 __
 Apache/2.2.14 (Fedora) Server at localhost Port 8080
 
 I chmod 777 the index file here:
 /home/sfprojects/jobeet/web
 
 
 And still receive the same 403 message. I may have created the install
 as a user and need to perform the file mods as root. Should I start
 over and do everything su?
 
 @gabriel
 Yes, as stated in my steps.
 mysql restart
 /etc/init.d/mysqld restart
 
 
 On Sat, Apr 17, 2010 at 7:50 AM, pghoratiu pghora...@gmail.com
 wrote:
 Did you restart Apache after making the change to the Apache
 configuration files?
 It does not look like the Apache process is listening on port
 8080.
 
gabriel
 
 On Apr 17, 2:49 pm, Gábor Fási maerl...@gmail.com wrote:
  Change this to `Listen 8080` and try again (ie. remove the
 IP, only
  list the port).
 
  On Fri, Apr 16, 2010 at 18:29, Angel Robert Marquez
 
 
  angel.marq...@gmail.com wrote:
   Listen 127.0.0.1:8080
 
  --
  If you want to report a vulnerability issue on symfony,
 please send it to security at symfony-project.com
 
  You received this message because you are subscribed to the
 Google
  Groups symfony users group.
  To post to this group, send email to
 symfony-users@googlegroups.com
  To unsubscribe from this group, send email to
  symfony-users+unsubscr...@googlegroups.com
 
  For more options, visit this group
 athttp://groups.google.com/group/symfony-users?hl=en
 
 
 --
 If you want to report a vulnerability issue on symfony, please
 send it to security at symfony-project.com
 
 You received this message because you are subscribed to the
 Google
 Groups symfony users group.
 To post to this group, send email to
 symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en
 
 
 
 
 -- 
 If you want to report a vulnerability issue on symfony, please send it
 to security at symfony-project.com
  
 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: symfony 1.4 install

2010-04-17 Thread Angel Robert Marquez
ah, sounds feasible. i'll try and post my results in a few. i'm using
fedora.

thank you!

On Sat, Apr 17, 2010 at 12:08 PM, Peter Petrik zil...@gmail.com wrote:

 hi,

 i had same error some time ago (on ubuntu). i had wrong permissions for
 the /home/ directory. it has to be at least searchable for use it as
 apache web dir.

 try to use the default web dir /var/web (in ubuntu)

 peter

 On So, 2010-04-17 at 11:25 -0700, Angel Robert Marquez wrote:
  @Gábor
  I made the change to the httpd.conf file. Now I'm presented with this
  Forbidden
  You don't have permission to access /index.php/ on this server.
 
 
  __
  Apache/2.2.14 (Fedora) Server at localhost Port 8080
 
  I chmod 777 the index file here:
  /home/sfprojects/jobeet/web
 
 
  And still receive the same 403 message. I may have created the install
  as a user and need to perform the file mods as root. Should I start
  over and do everything su?
 
  @gabriel
  Yes, as stated in my steps.
  mysql restart
  /etc/init.d/mysqld restart
 
 
  On Sat, Apr 17, 2010 at 7:50 AM, pghoratiu pghora...@gmail.com
  wrote:
  Did you restart Apache after making the change to the Apache
  configuration files?
  It does not look like the Apache process is listening on port
  8080.
 
 gabriel
 
  On Apr 17, 2:49 pm, Gábor Fási maerl...@gmail.com wrote:
   Change this to `Listen 8080` and try again (ie. remove the
  IP, only
   list the port).
  
   On Fri, Apr 16, 2010 at 18:29, Angel Robert Marquez
  
 
   angel.marq...@gmail.com wrote:
Listen 127.0.0.1:8080
  
   --
   If you want to report a vulnerability issue on symfony,
  please send it to security at symfony-project.com
  
   You received this message because you are subscribed to the
  Google
   Groups symfony users group.
   To post to this group, send email to
  symfony-users@googlegroups.com
   To unsubscribe from this group, send email to
   
  symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 
   For more options, visit this group
  athttp://groups.google.com/group/symfony-users?hl=en
 
 
  --
  If you want to report a vulnerability issue on symfony, please
  send it to security at symfony-project.com
 
  You received this message because you are subscribed to the
  Google
  Groups symfony users group.
  To post to this group, send email to
  symfony-users@googlegroups.com
  To unsubscribe from this group, send email to
  
  symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/symfony-users?hl=en
 
 
 
 
  --
  If you want to report a vulnerability issue on symfony, please send it
  to security at symfony-project.com
 
  You received this message because you are subscribed to the Google
  Groups symfony users group.
  To post to this group, send email to symfony-users@googlegroups.com
  To unsubscribe from this group, send email to
  symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/symfony-users?hl=en

 --
 If you want to report a vulnerability issue on symfony, please send it to
 security at symfony-project.com

 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: symfony 1.4 install

2010-04-17 Thread angel.marquez
*Okay, I removed the initial install, logged in as root, svn co, modified
the httpd.conf file, confirmed the port 8080 is in LISTEN column, checked
the permissions on the directories, restarted mysql server and checked the
url(s). I'm going to try on my mac next. Any ideas? Appreciate the help.*
*
*
*/etc/httpd/conf*
# Be sure to only have this line once in your configuration
NameVirtualHost 127.0.0.1:8080

# This is the configuration for your project
*Listen 8080*

VirtualHost 127.0.0.1:8080
ServerName www.jobeet.com.localhost
 DocumentRoot /home/sfprojects/jobeet/web
  DirectoryIndex index.php
  Directory /home/sfprojects/jobeet/web
AllowOverride All
Allow from All
  /Directory

  Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
  Directory /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
AllowOverride All
Allow from All
  /Directory
/VirtualHost

*netstat -tlnp*
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address
State   PID/Program name
tcp0  0 0.0.0.0:33060.0.0.0:*
LISTEN  7654/mysqld
tcp0  0 0.0.0.0:111 0.0.0.0:*
LISTEN  1003/rpcbind
*tcp0  0 127.0.0.1:8080  0.0.0.0:*
LISTEN  1490/httpd  *
tcp0  0 0.0.0.0:22  0.0.0.0:*
LISTEN  1300/sshd
tcp0  0 0.0.0.0:53110   0.0.0.0:*
LISTEN  1227/rpc.statd
tcp0  0 127.0.0.1:631   0.0.0.0:*
LISTEN  1037/cupsd
tcp0  0 127.0.0.1:250.0.0.0:*
LISTEN  7144/sendmail: acce
tcp0  0 :::111  :::*
 LISTEN  1003/rpcbind
tcp0  0 :::80   :::*
 LISTEN  1490/httpd
tcp0  0 :::22   :::*
 LISTEN  1300/sshd
tcp0  0 ::1:631 :::*
 LISTEN  1037/cupsd

*/home/sfproject/jobeet*
dr-xr-xr-x.   2 root root  4096 2010-03-30 03:07 bin
dr-xr-xr-x.   5 root root  1024 2010-03-19 12:16 boot
drwxr-xr-x.  20 root root  3880 2010-04-17 00:36 dev
drwxr-xr-x. 119 root root 12288 2010-04-17 14:20 etc
*drwxrwxrwx.   5 root root  4096 2010-04-17 15:43 home*
dr-xr-xr-x.  18 root root 12288 2010-04-15 22:28 lib
drwx--.   2 root root 16384 2010-03-19 11:53 lost+found
drwxr-xr-x.   2 root root  4096 2010-03-22 16:35 media
drwxr-xr-x.   2 root root  4096 2009-08-25 11:06 mnt
drwxr-xr-x.   3 root root  4096 2010-03-19 13:17 opt
dr-xr-xr-x. 254 root root 0 2010-04-17 00:35 proc
dr-xr-x---.   7 root root  4096 2010-04-17 16:03 root
dr-xr-xr-x.   2 root root 12288 2010-03-30 03:07 sbin
drwxr-xr-x.   7 root root 0 2010-04-17 00:35 selinux
drwxr-xr-x.   2 root root  4096 2009-08-25 11:06 srv
drwxr-xr-x.  13 root root 0 2010-04-17 00:35 sys
drwxrwxrwt.  17 root root  4096 2010-04-17 16:02 tmp
drwxr-xr-x.  13 root root  4096 2010-03-19 12:02 usr
drwxr-xr-x.  21 root root  4096 2010-03-19 12:22 var


*/etc/init.d/mysqld restart*

http://localhost:8080/index.php/
Oops! This link appears to be broken.

http://www.jobeet.com.localhost/index.php/
Oops! This link appears to be broken.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] Re: symfony 1.4 install

2010-04-16 Thread pghoratiu
On Apr 16, 7:29 pm, Angel Robert Marquez angel.marq...@gmail.com
wrote:
 Hi Gabor,
 Yes, I did check it and moved things around and was able to perfrom the
 install. BUT now I have a new issue. I set up the virtual host in the
 httpd.conf file and after restarting mysql and checking the  url(s)

 *htttpd.conf file edited*
 /etc/httpd/conf/httpd.conf
 # Be sure to only have this line once in your configuration
 NameVirtualHost 127.0.0.1:8080

 # This is the configuration for your project
 Listen 127.0.0.1:8080

 VirtualHost 127.0.0.1:8080
 ServerNamewww.jobeet.com.localhost
  DocumentRoot /home/sfprojects/jobeet/web
   DirectoryIndex index.php
   Directory /home/sfprojects/jobeet/web
     AllowOverride All
     Allow from All
   /Directory

   Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
   Directory /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
     AllowOverride All
     Allow from All
   /Directory
 /VirtualHost

 *hosts file *
 /etc/hosts
 127.0.0.1   localhost localhost.localdomain localhost4
 localhost4.localdomain4
 ::1         localhost localhost.localdomain localhost6
 localhost6.localdomain6
 127.0.0.1www.jobeet.com.localhost

 *mysql restart*
 /etc/init.d/mysqld restart

 *errors*http://localhost:8080/index.php/
 Oops! Google Chrome could not connect to 
 localhost:8080http://www.jobeet.com.localhost/index.php/
 Oops! This link appears to be broken.

 My local system is set up and working. The web root being here:
 /var/www/html

 Any ideas? Thank you for the assistance.
Does:
http://www.jobeet.com.localhost:8080/index.php/
work?

Try first a test by telnet-ing to port 8080 or using netstat -tlnp to
check if the web server process is listening
to port 8080.

gabriel









 On Fri, Apr 16, 2010 at 5:58 AM, Gábor Fási maerl...@gmail.com wrote:
  It means the file is not there. Did you check it?

  On Fri, Apr 16, 2010 at 04:33, Angel angel.marq...@gmail.com wrote:
   When I run this command from the sfproject directory:
   php lib/vendor/symfony/data/bin/symfony generate:project PROJECT_NAME

   I receive this error:
   Could not open input file: lib/vendor/symfony/data/bin/symfony

   I performed this checkout:
   svn checkouthttp://svn.symfony-project.com/branches/1.4/

   OS fedora 12 (constantine)
   php -v
   PHP 5.3.2 (cli) (built: Mar  6 2010 08:33:02)
   Copyright (c) 1997-2010 The PHP Group
   Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

   I also ran the same command of the install on a web server and
   received the same error.

   Any ideas? Please advise.

   Thank you.

   --
   If you want to report a vulnerability issue on symfony, please send it to
  security at symfony-project.com

   You received this message because you are subscribed to the Google
   Groups symfony users group.
   To post to this group, send email to symfony-users@googlegroups.com
   To unsubscribe from this group, send email to
   symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@goog
legroups.com
   For more options, visit this group at
  http://groups.google.com/group/symfony-users?hl=en

  --
  If you want to report a vulnerability issue on symfony, please send it to
  security at symfony-project.com

  You received this message because you are subscribed to the Google
  Groups symfony users group.
  To post to this group, send email to symfony-users@googlegroups.com
  To unsubscribe from this group, send email to
  symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@goog 
  legroups.com
  For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en

 --
 If you want to report a vulnerability issue on symfony, please send it to 
 security at symfony-project.com

 You received this message because you are subscribed to the Google
 Groups symfony users group.
 To post to this group, send email to symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] Re: symfony 1.4 install plugin

2009-12-25 Thread Vincent UNG
Sorry, I use symfony1.3

--

You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.




Re: [symfony-users] Re: symfony 1.4 install plugin

2009-12-25 Thread Stéphane
Hello,

You have to install pear. http://pear.php.net/ and check its installation
instructions page.

Before Printing, Think about Your Environmental Responsibility!
Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!


On Fri, Dec 25, 2009 at 11:49 AM, Vincent UNG ung.vinc...@gmail.com wrote:

 Sorry, I use symfony1.3

 --

 You received this message because you are subscribed to the Google Groups
 symfony users group.
 To post to this group, send email to symfony-us...@googlegroups.com.
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/symfony-users?hl=en.




--

You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.




[symfony-users] Re: symfony 1.4 install plugin

2009-12-25 Thread Vincent UNG
Done, it's workt !
Thanks a lot !

--

You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.