Lillo | 11 Dec 2001 16:08
Picon

Problemas configurando samba

Lista

Instalé y estoy tratando de volver a configurar Samba (lo había
configurado hace como una semana en otra máquina y todo estaba bien). 

Tengo una red de computadoras con Windows 98. Desde las computadoras
puedo ver la máquina en la que esta corriendo Samba, pero cuando le doy
click para ver los recursos compartidos me da el siguiente mensaje : El
servidor SERV no está configurado para transacciones. (Estoy usando
security = user)

El usuario ya existe tanto en linux como en samba. 

En el log de lacomputadora (log.compu1) tiene el siguiente mensaje:
[La Fecha] smbd/service.c:make_connection (501)
Can't change directory to /root/tmp (Permisson denied)

en el archivo smb.conf no tengo nada direccionado ha este lugar,
francamente no se me ocurre en que otro archivo puede estas buscando
esta ruta o que es lo que estoy haciendo mal.

Cualquier idea es bien recibida.

Gracias por su tiempo y desinteresada ayuda

lillo.

--
¿Desea desuscribirse? Escriba a gulcr-request <at> listas.linux.or.cr con
el tema "unsubscribe".
(Continue reading)

Edward López Garbanzo | 1 Dec 2001 06:17
Favicon

Donde bajo Oracle8i

Otra preguntilla, debo hacer exposición y me urge conseguir información acerca 
de Oracle8i.

-Me gustaría conseguir el instalador (para Linux obviamente...ya tengo el 
güindous).
-Información acerca de los servicios que brinda Linux a Oracle (o más bien los 
servicios del sistema que Oracle8i toma del Linux)

Agradezco toda ayuda.

Edward
___________________________________________________________________________
Visit http://www.visto.com.
Find out  how companies are linking mobile users to the 
enterprise with Visto.

--
¿Desea desuscribirse? Escriba a gulcr-request <at> listas.linux.or.cr con
el tema "unsubscribe".

Edward López Garbanzo | 1 Dec 2001 09:44
Favicon

Re: Cursos de Linux...

Bueno se de uno en Alajuela, el curso es básico por cualquier duda: 443-5050 ó 
443-5072.

___________________________________________________________________________
Visit http://www.visto.com.
Find out  how companies are linking mobile users to the 
enterprise with Visto.

--
¿Desea desuscribirse? Escriba a gulcr-request <at> listas.linux.or.cr con
el tema "unsubscribe".

Chuck Jennings | 1 Dec 2001 15:51
Picon
Favicon

otra tema de la reunion del 29


Listeros,
El tema de la noche del 29 en el auditorio de La Nacion era el principio de 
algo escrito por un Eric Raymond sobre open source. Es muy bueno y uno puede 
leerlo en 
http://www.tuxedo.org/~esr/writings/magic-cauldron/magic-cauldron.html
Es el argumento en favor de open source y son muy claras las razones para 
tenerlo. 
Quiero reacciones de las que estaban en la mesa redonda como voy a escribir 
sobrela para el Linux Journal.  Porfavor de escribirme si esta interesado.

Mis impresiones eran que la mesa no cogio el punto mas a mano; que el dia de 
open source y software libre es ya, y que Microsoft ha pasado su tiempo 
cuando domina el mercado. Que el futuro es abierto para cualquier systema que 
funciona mejor para uno. 

Gracias,

Chuck

--
¿Desea desuscribirse? Escriba a gulcr-request <at> listas.linux.or.cr con
el tema "unsubscribe".

Fab Perez | 1 Dec 2001 16:45
Picon

IMAP restart how?

Hi list!
 
 
Recently I install a web mail solution based on PHP. This webmail (SquirrelMail) uses IMAP.
 
Also I have a RaQ3 that is where the application is running but after I configured  it I start receiving this error from the web:
 
<Fatal error: Maximum execution time of 30 seconds exceeded in /home/sites/site31/web/webmail/functions/imap_general.php on line 35
>
 
That lines is this:
<$read .= fgets($imap_stream, 9096);>
 
Apperently my IMAP service was not running so I went to the panel control of my Cobalt Server and unchecked and checked the email services' checkbox, saved the configuration but it did not restart the IMAP demon. The status indicator shows in grey while the SMTP and POP3 are green.
 
So I manually restarted the service. And even now with the demon running I could not turn green the IMAP inidicator light. Didn't work anyway.
 
So I check the list on how to restart this service. With no success. Another similar cases and nothing like that.
 
I checked the:
</etc/inetd.conf >
file and the line corresponding to IMAP was ok. No "#" in front of the service.
 
I checked the:
</etc/cobalt/swatch/services/imap>
file and found this:
<type = service
name = imap
port = 143
protocol = tcp
state = off
retry = 3
restart = /etc/rc.d/init.d/inet hard-restart
init = * OK
seq = 2
command1 = A001 LOGIN Active_Monitor_69 blah
ack1 = A001 NO LOGIN failed
command2 = A006 logout
ack2 = * BYE>
The IMAP services' state was OFF but manually I don't want to turn it on... unless i'm sure that is the correct way.
 
If any one knows what's happening to my server I'd appreciate to read you comments, suggestion, etc.
 
Many thanks...
 
Fab
Fab Perez | 1 Dec 2001 17:00
Picon

IMAP restart how?

Hi list!

Recently I install a web mail solution based on PHP. This webmail
(SquirrelMail) uses IMAP.

Also I have a RaQ3 that is where the application is running but after I
configured  it I start receiving this error from the web:

<Fatal error: Maximum execution time of 30 seconds exceeded in
/home/sites/site31/web/webmail/functions/imap_general.php on line 35
>

That lines is this:
<$read .= fgets($imap_stream, 9096);>

Apperently my IMAP service was not running so I went to the panel control of
my Cobalt Server and unchecked and checked the email services' checkbox,
saved the configuration but it did not restart the IMAP demon. The status
indicator shows in grey while the SMTP and POP3 are green.

So I manually restarted the service. And even now with the demon running I
could not turn green the IMAP inidicator light. Didn't work anyway.

So I check the list on how to restart this service. With no success. Another
similar cases and nothing like that.

I checked the:
</etc/inetd.conf >
file and the line corresponding to IMAP was ok. No "#" in front of the
service.

I checked the:
</etc/cobalt/swatch/services/imap>
file and found this:
<type = service
name = imap
port = 143
protocol = tcp
state = off
retry = 3
restart = /etc/rc.d/init.d/inet hard-restart
init = * OK
seq = 2
command1 = A001 LOGIN Active_Monitor_69 blah
ack1 = A001 NO LOGIN failed
command2 = A006 logout
ack2 = * BYE>

The IMAP services' state was OFF but manually I don't want to turn it on...
unless i'm sure that is the correct way.

If any one knows what's happening to my server I'd appreciate to read you
comments, suggestion, etc.

Many thanks...

Fab

--
¿Desea desuscribirse? Escriba a gulcr-request <at> listas.linux.or.cr con
el tema "unsubscribe".

Rodrigo Chaves | 2 Dec 2001 21:54
Picon
Favicon

Problemas con el supermount

Hola a todos.
Acabo de instalar el Mandrake 8.1 y tengo algunos problemas con el 
supermonunt ya que no me funciona, por ello debo montar y desmotar a pata el 
cdrom cada vez y el floppy
mi archivo fstab  esta originalmente asi: 

/dev/hda5 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda7 /home ext2 defaults 1 2
/mnt/cdrom /mnt/cdrom supermount 
dev=/dev/cdrom,fs=auto,ro,--,iocharset=iso8859-1,umask=0,codepage=850 0 0
/mnt/floppy /mnt/floppy supermount 
dev=/dev/fd0,fs=auto,exec,--,user,iocharset=iso8859-1,umask=0,sync,codepage=850 
0 0
/dev/hda2 /mnt/windows vfat iocharset=iso8859-1,umask=0,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda6 swap swap defaults 0 0

Luego lo modifique  en el iocharset=iso8859-1 a iocharset=iso9660-1 para el 
cdrom pero no me funciona....  de hecho solo me da un mensaje de erro de 
entrada y salida, bsata conque escriba:

mount /dev/cdrom /mnt/cdrom

y resuelve el problema.... pero como lo hago en automatico?
Alguna idea de como resolverlo? Creo que estoy dejando pasar algun detalle, 
pero no lo veo.
Gracias de antemano.

Rodrigo Chaves : )

_________________________________________________________
Do You Yahoo!?
Get your free  <at> yahoo.com address at http://mail.yahoo.com

--
¿Desea desuscribirse? Escriba a gulcr-request <at> listas.linux.or.cr con
el tema "unsubscribe".

Allan Gonzalez | 3 Dec 2001 00:00
Picon
Favicon

RE: Hechelen un ojito a don abel

Y esto tiene que ver con Linux?
----- Original Message -----
From: John Doe
Sent: Sunday, December 02, 2001 4:14 AM
Subject: Hechelen un ojito a don abel

Hechelen un ojito a don abel

 
 
Mario Guerra Araya | 3 Dec 2001 03:17
Picon

Re: otra tema de la reunion del 29

Mensaje citado por: Chuck Jennings <chuckjen <at> racsa.co.cr>:

> 
> Listeros,
> El tema de la noche del 29 en el auditorio de La Nacion era el principio
> de 
> algo escrito por un Eric Raymond sobre open source. Es muy bueno y uno
> puede 
> leerlo en 
> http://www.tuxedo.org/~esr/writings/magic-cauldron/magic-cauldron.html
> Es el argumento en favor de open source y son muy claras las razones
> para 
> tenerlo. 

De acuerdo, 100%.

> Quiero reacciones de las que estaban en la mesa redonda como voy a
> escribir 
> sobrela para el Linux Journal.  Porfavor de escribirme si esta
> interesado.
> 
> Mis impresiones eran que la mesa no cogio el punto mas a mano; que el
> dia de 
> open source y software libre es ya, y que Microsoft ha pasado su tiempo
> 
> cuando domina el mercado. Que el futuro es abierto para cualquier
> systema que 
> funciona mejor para uno. 
> 

Tal vez, pero, por el tema no era Linux per se, sino el papel del software
abierto.

La actitud del Sr. de Microsoft, dejó bastante que desear. Esta predicándole a
su propio séquito (por demás, enorme)

Y el punto de vista del Sr. de CODISA fue la esperada y sensata (lo mismo
sucedió con don Guy, el Ministro de Ciencia y Tecnología): cada forma de
producir software, la comercial y la libre tendrán su espacio. Depende de los
méritos de cada cual quiñen predominará en el mercado. Fue en verdad interesante
el gráfico de don Guy acerca de la preponderancia del software libre en ciertos
aspectos, desde hace mucho. Por ejemplo, TCP/IP en protocolos, y la del software
comercial en aplicaciones verticales y de usuario final. Que dependía, además,
de la evolución de cada cual como se diera esa relación.

--------------------------------------------------
Mario A. Guerra - mguerra <at> micit.go.cr
Ministerio de Ciencia y Tecnología - Tel. 290-1790

--
¿Desea desuscribirse? Escriba a gulcr-request <at> listas.linux.or.cr con
el tema "unsubscribe".

Guy F. de Teramond | 1 Dec 2001 15:58
Picon

[Fwd: November 2001 Netcraft Web Server Survey]


From: Mike Prettejohn <mhp <at> netcraft.com>
Subject: November 2001 Netcraft Web Server Survey
Date: 2001-12-01 02:40:23 GMT

         The November 2001 Netcraft Web Server Survey is out;

                     http://www.netcraft.com/survey/

                                Top Developers                                 

          Developer October 2001 Percent November 2001 Percent Change          
          Apache        18851352   56.89      20713781   56.81  -0.08          
          Microsoft      9607363   28.99      10844419   29.74   0.75          
          iPlanet        1278720    3.86       1310502    3.59  -0.27          
          Zeus            775438    2.34        800661    2.20  -0.14          

                                 Active Sites                                  

          Developer October 2001 Percent November 2001 Percent Change          
          Apache         7781145   61.36       7750275   61.88   0.52          
          Microsoft      3612310   28.49       3307207   26.40  -2.09          
          iPlanet         249418    1.97        431935    3.45   1.48          
          Zeus            171023    1.35        174052    1.39   0.04          

   Around the Net

   Unusually, numbers of active sites running on Solaris &
   Netscape-Enterprise rose this month, primarily because of the
   extension of facilities on a Network Solutions domain parking system
   to include simple small html [1]sites as part of the parking
   facility. Network Solutions is by far iPlanet's largest installation
   in terms of numbers of hostnames, and the iPlanet active site numbers
   would fall considerably if they were persuaded to [2]switch. Earlier
   in the year Network Solutions switched part of their hosting
   operations to Windows 2000.

   By contrast, the principle reason for the fall in active Microsoft-IIS
   sites this month, was the change in business model at a large hoster
   of free shared sites [3]Homestead which last month revoked access to
   many of their users free sites in the hope that they might pay to
   regain access to their site content.

    Security of some high profile JSP sites in question

   Over the last couple of [4]months we reviewed Microsoft-IIS based
   ecommerce sites and the significant improvement in their security
   prompted by the combination of Code Red and Microsoft's first
   cumulative patch. A reasonable interpretation of the significant fall
   in the number of vulnerable Microsoft-IIS tested by Netcraft is that
   Code Red was so disruptive that sites could ignore security no longer,
   and the cumulative patch gave them a convenient solution whereby
   addressing the Code Red problem solved several other standard
   vulnerabilities as well.

   One technology that is yet to have this kind of stimulus towards
   security is Java Servlet Pages. Although not widely deployed by rank
   and file sites, JSP is quite a common technology on ecommerce sites
   that prefer a Sun based solution to the Microsoft platform. Often,
   users of JSP technology have invested very significant sums in their
   sites, and their sites often provide core stockbroking, banking,
   retail, ticketing and ecommerce services to the internet community,
   where large sums of money can change hands.

   On these sites identity theft is a very serious issue, enabling an
   attacker to, for example, buy goods or transfer money, using the
   identity and account information of another customer of the site.

   In November 2000, Netcraft reported a [5]vulnerability in session IDs
   generated by a variety of Java Application Servers based on Sun's
   reference implementation of the Java Servlet Developers Kit (JSDK
   2.0), including Java Web Server (JWS) from V1.1, IBM WebSphere and ATG
   Dynamo e-Business Platform. Typically with these systems, each user
   connecting to the site is issued with a unique session ID, which is
   then used to identify all subsequent requests made by that user,
   either encoded in the URLs, or as a cookie. The server can then store
   data for each user session, for instance the state of a web shopping
   cart. Session IDs are also often used to control access to sites
   requiring a login; instead of sending the username/password with every
   request, the site issues a session ID after the user logs on, which
   identifies the user for the rest of the session.

   The attack demonstrates a way for a person to hijack another
   customer's session, and complete transactions transactions as if that
   person. This is fundamental to ecommerce systems, and one might have
   expected that the advisory would be quickly acted on. Remarkably, a year 
   on from the advisory, there are well over a thousand transactional sites
   still using predictable session ids on the internet, including several
   very high profile ones.

   If you are using a JSP based system, and are not confident that your
   session ids are unpredictable, study the [6]advisory, and if you are
   still not confident, we would be pleased to answer [7]questions.

   Netcraft also released an [8]advisory in conjunction with Macromedia
   earlier this week concerning the JRUN product, which can be induced to
   reveal the source code of java server pages in some circumstances.

    Her Majesty replaces Linux

   Two years ago the Queen of England became an unlikely icon for the
   Linux revolution when her webmaster replaced Solaris as the platform
   for the [9]Royal Family's site, citing the better price/performance
   of the Dell/Linux platform over the previous incumbent, Sun/Solaris.
   The open source community [10]celebrated and speculated on when the
   Apache web server might receive the "By Royal Appointment" moniker.
   This week the site has changed platforms [11]again, this time to
   Microsoft-IIS.

   The Queen [12]launched the updated site yesterday, remarking that the
   new site took advantage of changes in internet technology, including
   Flash and DHTML, but so far as we can tell, made no comments about the
   relative merits of the underlying platforms.

   Buckingham Palace told Netcraft that the site's new designers were
   responsible for the decision to change platforms. The Palace have
   thoughtfully provided a contact information [13]page for people with
   questions about the site, as there is sure to a lot of interest in the
   change at what has been an icon of Linux's progress into the
   establishment and a Red Hat reference site.

    Exodus sold to Cable & Wireless

   Today, [14]Exodus was sold to Cable & Wireless for a total of around
   $850M. The sale can not have come a moment too soon for creditors, as
   around 20% of Exodus' customers have departed since the company
   entered Chapter 11 during the summer.

Internet Research from Netcraft.

Netcraft does commercial internet research projects. These include
custom cuts on the Web Server Survey data, hosting industry analysis, 
corporate use of internet technology and bespoke projects. All of the data 
is gathered through network exploration, not teleresearch.

sales <at> netcraft.com

Network Security Testing from Netcraft.

Netcraft provides automated network security testing of customer networks
and consultancy audits of ecommerce sites, Clients include IBM, 
Hewlett Packard, Deloitte & Touche, Energis, Britannic Asset Management,
Guardian Royal Exchange, Lloyds of London, Laura Ashley, etc.

Details at http://www.netcraft.com/security/

References

  1. http://100milliondollarclub.com/
  2. http://www.netcraft.com/cgi-bin/Survey/whats?host=100milliondollarclub.com
  3. http://anything.homestead.com/
  4. http://www.netcraft.com/Survey/index-200110.html
  5. http://www.netcraft.com/security/public-advisories/2001-01.1.html
  6. http://www.netcraft.com/security/public-advisories/2001-01.1.html
  7. mailto:webmaster <at> netcraft.com
  8. http://www.netcraft.com/security/public-advisories/2001-11.1.html
  9. http://www.royal.gov.uk/
  10. http://slashdot.org/article.pl?sid=99/11/04/1716225&mode=thread
  11. http://www.netcraft.com/cgi-bin/Survey/whats?host=www.royal.gov.uk
  12. http://www.royal.gov.uk/output/Page790.asp
  13. http://www.royal.gov.uk/output/Page855.asp
  14. http://www.exodus.net/

To unsubscribe from the Netcraft Web Server Survey Announcements list
send the message 

unsubscribe webserver-survey

to majordomo <at> netcraft.com

To resubscribe send the message

subscribe webserver-survey

Mike
--

-- 
Mike Prettejohn
mhp <at>  <at> netcraft.com  Phone +44 1225 447500  Fax +44 1225 448600
Netcraft  Rockfield House  Granville Road Bath BA1 9BQ  England

Gmane