Author Topic: How to edit smb.conf?  (Read 10093 times)

Ansel_Tk1

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://
How to edit smb.conf?
« on: April 14, 2004, 11:38:58 pm »
Hi all - hope someone out there can help...

I\'m trying to the the /usr/lib/samba/smb.conf file with a text editor (QZed) in Cacko QT 1.21 and I can\'t figure out why the changes won\'t take effect. I assume it has to do with a read/write permission or something like that, but being an obvious linux doofus I have no idea how to change the file!

I\'m trying to get the Z to sync wirelessly to my Outlook in XP.

Any help would be appreciated!

Thanks

offroadgeek

  • Administrator
  • Hero Member
  • *****
  • Posts: 1419
    • View Profile
    • https://www.oesf.org
How to edit smb.conf?
« Reply #1 on: April 15, 2004, 01:50:32 am »
check out this FAQ.  hopefully this helps
Search the OESF Wiki
C1000 w/Cacko 1.23 beta (from Streamline) / 760 pdaxrom rc9 / 6000L (thanks Santa's elf!) / 5500 - OZ 3.3.5 / SIMpad SL4
1GB, 256mb SanDisk CF / 2x 1GB, 512mb, 256mb, 128mb SanDisk SD
Ambicom WL100C-CF wifi / Socket 56k CF modem / AmbiCom BT2000-CF (x2)
Pocketop keyboard, Piel Frama case (1000 & 5500), PDAir case (760 & 1000)
sip:536093@fwd.pulver.com
| OESF | ELSI | Zaurus User Group | ZaurusThemes |

offroadgeek

  • Administrator
  • Hero Member
  • *****
  • Posts: 1419
    • View Profile
    • https://www.oesf.org
How to edit smb.conf?
« Reply #2 on: April 15, 2004, 01:55:26 am »
you might also want to check out this How-To on Wireless Syncing.  The header says it\'s for the C7x0, but it will actually work the same with the 5x00.  This How-To also has some instructions on how to change the smb.conf (with a link to an already modified smb.conf file!).
Search the OESF Wiki
C1000 w/Cacko 1.23 beta (from Streamline) / 760 pdaxrom rc9 / 6000L (thanks Santa's elf!) / 5500 - OZ 3.3.5 / SIMpad SL4
1GB, 256mb SanDisk CF / 2x 1GB, 512mb, 256mb, 128mb SanDisk SD
Ambicom WL100C-CF wifi / Socket 56k CF modem / AmbiCom BT2000-CF (x2)
Pocketop keyboard, Piel Frama case (1000 & 5500), PDAir case (760 & 1000)
sip:536093@fwd.pulver.com
| OESF | ELSI | Zaurus User Group | ZaurusThemes |

Mitch

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • http://
How to edit smb.conf?
« Reply #3 on: April 15, 2004, 04:11:22 am »
Try using Advanced Text Editor, and setting it to run as root, this will let you edit conf files.

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
How to edit smb.conf?
« Reply #4 on: April 15, 2004, 05:16:38 am »
in Cacko ROMs 1.2x by default /usr/lib/samba/smb.conf  is a link to /usr/lib.rom/samba/smb.conf  file located in ROM. If you want to edit it, delete the link and copy actual smb.conf file from /usr/lib.rom/samba/.

Ansel_Tk1

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://
How to edit smb.conf?
« Reply #5 on: April 15, 2004, 09:29:49 pm »
Sorry...

How do I delete the link and copy the file from /usr/lib.rom/samba/?

Thanks!

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
How to edit smb.conf?
« Reply #6 on: April 16, 2004, 01:25:48 am »
su
rm -f /usr/lib/samba/smb.conf
cp /usr/lib.rom/samba/smb.conf  /usr/lib/samba