Jump to content

aze

Members
  • Posts

    355
  • Joined

  • Last visited

Posts posted by aze

  1. I added user option on mount but it seems to still belonging to root

     

    /etc/fstab

    /dev/hda9 / ext3 defaults 1 1
    none /dev/pts devpts mode=0620 0 0
    /dev/hda11 /home ext3 defaults 1 2
    none /mnt/cdrom supermount dev=/dev/hdc,fs=udf:iso9660,ro,--,iocharset=iso8859-1
    0 0
    none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,codepage=850,umask=0,io
    charset=iso8859-1,sync 0 0
    /dev/hda1 /mnt/win_c vfat codepage=850,umask=0,user,ocharset=iso8859-1 0 0
    /dev/hda5 /mnt/win_d vfat codepage=850,umask=0,user,iocharset=iso8859-1 0 0
    /dev/hda6 /mnt/win_e vfat codepage=850,umask=0,user,iocharset=iso8859-1 0 0
    /dev/hda7 /mnt/win_f vfat codepage=850,umask=0,user,iocharset=iso8859-1 0 0
    /dev/hda8 /mnt/win_g vfat codepage=850,umask=0,user,iocharset=iso8859-1 0 0
    none /proc proc defaults 0 0
    /dev/hda10 swap swap defaults 0 0

     

    How could I mount it as user? user have no access to mount at /mnt

    thank you!

  2.  chmod 777 -R /mnt

     

    worked. It took a few seconds usinmg -R (recursive) option.

    But If I get new files in windows and store it in E:\ that file will belong to root and I'Il need to run chmod again... and again....... again... and again...

     

    no one here knows a way to mount units with permissions for the user?

    maybe some option at /etc/fstab :unsure:

  3. Hi all!

    I have a mp3s folder on /mnt/win_e mount point but I cant manage them because the 'owner' is root. Maybe there is a config file wich I can rove the restriction to root only....

    The same happens with any mounted point

     

    Thanks for any help!

  4. Actually I won't use it anymore.

    The range of the access point is about 65 meters and the distance is about 100 meters.

    How the maximum distance between two point to use RJ45?

    It's half duplex

    what that means?

  5. Its a home lan.

    I have th adsl router modem (PARKS) : 192.168.0.1

    3 windows clients : 192.168.0.x (static IP)

    The remote PC (desktop - not laptop) runs mandrake and windows

    what do you recommend? post link with technical specifications please!

  6. Hi Buddies!

     

    I'm looking for the necessary hardware to make an wireless netwok. It must support Linux OSes.

    Actually I want to connect a pc far away about 100 meters from an existing LAN Hub 10mbps rJ45 type (realize that is NOT the entire LAN i want use wireless). So what equimaent should I acquire?

    Thanks a lot!

  7. Hi there! :D

     

    The sintax you have posted

    mozilla -remote "openURL (%s, new-window)"

    works fine but it will work only if existis a mozilla window.

    I had an Idea to check it before trying to start. But I need you guys to help to create a shell script.

     

    if file exists(file:/home/<user>/.mozilla/default/<cacheinfo>)
         mozilla -remote "openURL (%s, new-window)"
    else
         mozilla

     

    But I'm sure that is a better way to know if mozilla is running but I don't know how to check this.

     

    thanks

  8. what did you mean?

     

    try symlinking them to the main mozilla plugin directory. java is sometimes very picky and must be in the main browser plugin directory.

     

    -> /sur/local/mozilla/plugins

    [root@192 plugins]# ls
    flashplayer.xpt*  libflashplayer.so*     libnullplugin.so*
    java2/            libjavaplugin_oji.so@

     

    note you may have to quit and relaunch moz to be able to actauily use the plugin. (same with flash plugins, mplayer plugins, etc) you should NOT have to reboot.

    I already did that!!!!!!!!!

     

    Now, I don't know what happened: Mozilla do not start:

     

    $ mozilla
    INTERNAL ERROR on Browser End: No manager for initializing factory?

  9. thank you! my bad not seeing the FAQ before asking :wall:

     

    I did everything on that faq.

     

    /sur/local/mozilla/plugins

     

    [root@192 plugins]# ls
    flashplayer.xpt*  libflashplayer.so*     libnullplugin.so*
    java2/            libjavaplugin_oji.so@

     

    mozilla can't see that ******* plugin! :afro:

     

    about:plugins show macromedia flash player but javaVM

    Ps.: I already restarted the browser

  10. Hi all!

     

    When I start K3B it says "scanning for devices...." but it take severals minutes to start. Wha is going on?

     

    No support for ATAPI with cdrdao

    You will not be able to use all your reading devices as copy sources since there is at least one not configured to use SCSI emulation and your system does not support ATAPI with cdrdao.

    Solution: The best and recommended solution is to enable ide-scsi (SCSI emulation) for all writer devices. This way you won't have any problems.

  11. Thank you Dragon! but still not working

     

    ifcfg-eth0

    DEVICE=eth0
    BOOTPROTO=static
    IPADDR=192.168.0.2
    NETMASK=255.255.255.0
    NETWORK=192.168.0.0
    BROADCAST=192.168.0.255
    ONBOOT=yes

     

     

    ifup eth0
    SIOCSIFFLAGS: Device or resource busy
    Failed to bring up eth0.

     

    # ifconfig
    lo        Link encap:Local Loopback
             inet addr:127.0.0.1  Mask:255.0.0.0
             UP LOOPBACK RUNNING  MTU:16436  Metric:1
             RX packets:142 errors:0 dropped:0 overruns:0 frame:0
             TX packets:142 errors:0 dropped:0 overruns:0 carrier:0
             collisions:0 txqueuelen:0
             RX bytes:9132 (8.9 Kb)  TX bytes:9132 (8.9 Kb)

  12. Hi all!

     

    I'm having a problem (in other pc) the network can't start. Then I go to drakconf / network and I configure the LAN (using default profile) but it do not save my changes (even as root) the network card is detected but the network isn't starting. I checked if the service is satrting on boot and everything is ok.

     

    what is happening?

×
×
  • Create New...