
Hello SuSE folkz, Could somebody point me in the right direction please. I'm looking for a possibility to simultaneously communicate over Internet with my business partners using microphgones, speakers and optionally web cams. Part of our partners are still running Winblows, the other part runs Linux. What is the best method, software to communicate seamlessly between us? Thank you very much in advance for any sources of information or hints. Alex

hello all, in Suse 8 distribution, Suse proposes to use /etc/sysconfig/apache file to add configuration options in Apache. So, i added my own include file: # Here you can name files, separated by spaces, that should be Include'd from # httpd.conf. # # This allows you to add e.g. VirtualHost statements without touching # /etc/httpd/httpd.conf itself, which means that SuSEconfig will continue doing its # job (since it would not touch httpd.conf any longer as soon it detects changes # made by the admin via the md5sum mechanism) # HTTPD_CONF_INCLUDE_FILES=/opt/OpenTRS/scripts/susehttpd.include.conf /etc/httpd/virtual.conf my virtual.conf file includes what i should add to httpd.conf for some virtual hosts: <VirtualHost *> ServerName Kalamaria.net DocumentRoot /home/gmich/public_html/kalamaria.net Options All MultiViews TransferLog /var/log/httpd/kalamaria-access.log ErrorLog /var/log/httpd/kalamaria-error.log ServerAdmin webmaster@kalamaria.net </VirtualHost> When i execute Suseconfig, i get these messages: Executing /sbin/conf.d/SuSEconfig.apache... /etc/httpd/virtual.conf: line 1: syntax error near unexpected token `*>' /etc/httpd/virtual.conf: line 1: `<VirtualHost *>' and of course my include file is not added to httpd.conf... Whats happening ? Is this a misconfiguration problem, or a Suse 8 bug ? -- Our MailGate Server employs the latest antivirus & antispam technology. Please report any errors to noc@sae.gr

PLEASE DONT HIJACK THREADS. :-/ On Monday 27 January 2003 10:34, Development Team wrote:
hello all,
in Suse 8 distribution, Suse proposes to use /etc/sysconfig/apache file to add configuration options in Apache. So, i added my own include file:
# Here you can name files, separated by spaces, that should be Include'd from # httpd.conf. # # This allows you to add e.g. VirtualHost statements without touching # /etc/httpd/httpd.conf itself, which means that SuSEconfig will continue doing its # job (since it would not touch httpd.conf any longer as soon it detects changes # made by the admin via the md5sum mechanism) # HTTPD_CONF_INCLUDE_FILES=/opt/OpenTRS/scripts/susehttpd.include.conf /etc/httpd/virtual.conf
my virtual.conf file includes what i should add to httpd.conf for some virtual hosts: <VirtualHost *> ServerName Kalamaria.net DocumentRoot /home/gmich/public_html/kalamaria.net Options All MultiViews TransferLog /var/log/httpd/kalamaria-access.log ErrorLog /var/log/httpd/kalamaria-error.log ServerAdmin webmaster@kalamaria.net </VirtualHost>
When i execute Suseconfig, i get these messages: Executing /sbin/conf.d/SuSEconfig.apache... /etc/httpd/virtual.conf: line 1: syntax error near unexpected token `*>' /etc/httpd/virtual.conf: line 1: `<VirtualHost *>'
and of course my include file is not added to httpd.conf...
Whats happening ? Is this a misconfiguration problem, or a Suse 8 bug ?
-- The reasons behind the DMCA, TCPA, and Palladium that are presented to the public are only secondary to their real purpose. That is to lock in markets, stiffle competition and pidgeon hole consumers from any viable alternatives that the sponsers see as competitive and a threat to their market shares and business models.

On Mon, 2003-01-27 at 18:18, Curtis Rey wrote:
PLEASE DONT HIJACK THREADS. :-/
Oh don't you start. If anyone else feels the irresistible need to act list police, *please* do so off-list. A kbps is a terrible thing to waste -- Anders Johansson <andjoh@rydsbo.net>

On Mon, Jan 27, 2003 at 06:34:26PM +0200, Development Team wrote:
HTTPD_CONF_INCLUDE_FILES=/opt/OpenTRS/scripts/susehttpd.include.conf /etc/httpd/virtual.conf
my virtual.conf file includes what i should add to httpd.conf for some virtual hosts: <VirtualHost *> ServerName Kalamaria.net DocumentRoot /home/gmich/public_html/kalamaria.net Options All MultiViews TransferLog /var/log/httpd/kalamaria-access.log ErrorLog /var/log/httpd/kalamaria-error.log ServerAdmin webmaster@kalamaria.net </VirtualHost>
When i execute Suseconfig, i get these messages: Executing /sbin/conf.d/SuSEconfig.apache... /etc/httpd/virtual.conf: line 1: syntax error near unexpected token `*>' /etc/httpd/virtual.conf: line 1: `<VirtualHost *>'
and of course my include file is not added to httpd.conf...
Whats happening ? Is this a misconfiguration problem, or a Suse 8 bug ?
SuSEconfig is trying to execute the configuration file as a shell script because you have a linebreak in /etc/sysconfig/apache file that shouldn't be there. Be aware that HTTPD_CONF_INCLUDE_FILES can take more than one value but you need to enclose them in quotes like this: VAR="value1 value2" Peter

On Mon, 2003-01-27 at 18:20, Alex Daniloff wrote:
Hello SuSE folkz, Could somebody point me in the right direction please. I'm looking for a possibility to simultaneously communicate over Internet with my business partners using microphgones, speakers and optionally web cams. Part of our partners are still running Winblows, the other part runs Linux. What is the best method, software to communicate seamlessly between us? Thank you very much in advance for any sources of information or hints. Alex
You can look at GnomeMeeting (http://www.gnomemeeting.org/) It should work fine with MS Netmeeting. It is part of the SuSE distro. I have never had the opportunity to try it out yet (Well, the other person's Netmeeting would not start up on Windows...), but it is supposed to work good. HTH -- Andre Truter Software Engineer Registered Linux user #185282 ICQ #40935899 AIM: trusoftzaf http://www.trusoft.za.net <-------------------------------------------------> < The box said: Requires Windows 95 or better... > < So I installed Linux > <------------------------------------------------->

The 03.01.27 at 08:20, Alex Daniloff wrote:
I'm looking for a possibility to simultaneously communicate over Internet with my business partners using microphgones, speakers and optionally web cams.
Try gnomemeetin, it's on the cds.
Part of our partners are still running Winblows, the other part runs Linux.
It claims to be compatable with the windows netmeeting; only their side say they don't see you, or something like that, and you have to initiate. -- Cheers
participants (7)
-
Alex Daniloff
-
Anders Johansson
-
Andre Truter
-
Carlos E. R.
-
Curtis Rey
-
Development Team
-
poeml@cmdline.net