The time now is Mon 23 Apr 2018, 23:36
All times are UTC - 4 |
Page 2 of 2 [22 Posts] |
Goto page: Previous 1, 2 |
Author |
Message |
01micko

Joined: 11 Oct 2008 Posts: 8670 Location: qld
|
Posted: Sun 10 Feb 2013, 08:46 Post subject:
|
|
Updated to 0.7
See main post
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Tue 07 May 2013, 00:01 Post subject:
nounix option |
|
Using v0.7 on the precise puppy 5.5.
Cool, but i got error message when i put files in the mounted share.
I think we need 'nounix' option at mount. See the next post:
http://murga-linux.com/puppy/viewtopic.php?t=70532&start=15
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Sat 03 Aug 2013, 04:39 Post subject:
sec=ntlm option |
|
See the posts of gcmartin and shinobar:
http://www.murga-linux.com/puppy/viewtopic.php?t=87210&start=187
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 8670 Location: qld
|
Posted: Sun 04 Aug 2013, 22:20 Post subject:
Re: sec=ntlm option |
|
New version 0.8 is now in the main post, thanks!
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
sunburnt

Joined: 08 Jun 2005 Posts: 5087 Location: Arizona, U.S.A.
|
Posted: Mon 05 Aug 2013, 12:11 Post subject:
|
|
It`d be really nice for the top developers here to start making RoxApps.
I`ve said for awhile now that this is the direction for Puppy and Linux to go.
Pet packages, or any "installed" software take up Puppy`s Save file space.
For RoxApps and SFS, only the "config." files and /root stuff take up space.
No-install apps are easy to add and remove, and can contain their configs.
If apps are not installed, and other things that bloat the Save file like Firefox ( browser ) cache
are linked to a dir. on a partition, then the Save file only needs to be 64 MB to 256 MB in size.
.
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Mon 28 Apr 2014, 08:33 Post subject:
small fix |
|
small fix, was no message when mounting failed.
# diff -u part2-0.8 part2
Code: | --- part2-0.8 2013-08-05 11:20:46.000000000 +0900
+++ part2 2014-04-28 21:52:22.416375847 +0900
@@ -24,9 +24,9 @@
Password="\$(printf "\$Password"|base64 -d)"
fi
if [ \$(id -u) -ne 0 ]; then exec askpass "Mount Samba Share \\\\$Name\\$Share" \$0; fi
-mount.cifs //$IP/"$Share" "$APPDIR"/mnt-point -o username=$Username,password=\$Password,file_mode=0775,dir_mode=0775,gid=$(awk -F: '/^users/ {print \$3}' /etc/group),noserverino,nounix,sec=ntlm$IOCHARSET &&
-ln -sfT mounted.svg .DirIcon || ln -sfT drive48.png .DirIcon
+mount.cifs //$IP/"$Share" "$APPDIR"/mnt-point -o username=$Username,password=\$Password,file_mode=0775,dir_mode=0775,gid=$(awk -F: "/^users/ {print \$3}" /etc/group),noserverino,nounix,sec=ntlm$IOCHARSET
retval=\$?
+[ \$retval -eq 0 ] && ln -sfT mounted.svg .DirIcon || ln -sfT drive48.png .DirIcon
rm \$0
exit \$retval
EOF
@@ -45,9 +45,9 @@
cat > /tmp/try-unmount << EOF
#/bin/ash
if [ \$(id -u) -ne 0 ]; then exec askpass "Un-mount Samba Share \\\\$Name\\$Share" \$0; fi
-umount.cifs "$APPDIR"/mnt-point &&
-ln -sfT drive48.png .DirIcon || ln -sfT mounted.svg .DirIcon
+umount.cifs "$APPDIR"/mnt-point
retval=\$?
+[ \$retval -eq 0 ] && ln -sfT drive48.png .DirIcon || ln -sfT mounted.svg .DirIcon
rm \$0
exit \$retval
EOF |
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Tue 10 Jun 2014, 07:33 Post subject:
network_roxapp-0.8-1-utf8.pet |
|
Icon fix, mount options, utf.8 as the default
network_roxapp-0.8-1-utf8.pet
http://shino.pos.to/party/bridge.cgi?puppy/opt/
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
|
Page 2 of 2 [22 Posts] |
Goto page: Previous 1, 2 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|