Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

nslu2-general

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 6046
  • Category: Hardware
  • Founded: Aug 18, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 8806 - 8835 of 8988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#8806 From: "calguy2123" <calguy2123@...>
Date: Wed Jan 2, 2013 2:47 am
Subject: Re: Network Share access from Windows XP
calguy2123
Send Email Send Email
 
Thanks. Finally this configuration worked.

[global]

  workgroup = MSHOME
  server string = Pogoplug Samba2 Server
  hosts allow = 192. 127.
  null passwords = yes
  guest account = root
  log file = /opt/var/log/samba/log.%m
  max log size = 50
  security = share
  encrypt passwords = yes
  smb passwd file = /opt/etc/samba/smbpasswd
  dns proxy = no
  preserve case = yes

   [HD1]
   comment = HD1 Network Share
   path = /tmp/.cemnt
   available = yes
   public = yes
   writable = yes
   printable = no
   create mask = 0777
   guest ok = yes
   browseable = yes

--- In nslu2-general@yahoogroups.com, Gregg Levine <gregg.drwho8@...> wrote:
>
> On Mon, Dec 3, 2012 at 11:45 PM, oddballhero <oddballhero@...> wrote:
> > Actually, you can leave encrypt passwords = true.  Especially for people
using Apple computers.  Sending unencrypted passwords requires extra work for
Mac users (see https://discussions.apple.com/thread/2141806?start=0&tstart=0 )
and is unnecessary for modern Windows systems.
> >
> > --- In nslu2-general@yahoogroups.com, Myjunk <mjunk.myjunk@> wrote:
> >>
> >> Shld be
> >> Encrypt password = no
> >>
> >> Sent from Apple's last year model
> >>
> >> On 3 Dec, 2012, at 18:34, Myjunk <mjunk.myjunk@> wrote:
> >>
> >> > Hi,
> >> >
> >> > Simple problem. Had tht too. Go to ur global settings for smb.conf and
out in plain password is yes
> >> >
> >> > Something along those lines. It's the way one of the hotfixes for winxp
that caused either plain password or encrypted password being transmitted. U can
google. (Sorry can't be more clear)
> >> >
> >> > But bottom line is the smb.conf file and some password settings.
> >> >
> >> > Sent from Apple's last year model
> >> >
> >> > On 3 Dec, 2012, at 17:55, "oddballhero" <oddballhero@> wrote:
> >> >
> >> >> If your samba share path is at /tmp/.cemnt then explorer will report the
maximum size of the share to be the size of /tmp so the samba share should be at
the mount point of the drive /tmp/.cemnt/sda1 or setup a persistent mount (see
previous posts).
> >> >>
> >> >> --- In nslu2-general@yahoogroups.com, "oddballhero" <oddballhero@>
wrote:
> >> >> >
> >> >> >
> >> >> >
> >> >> > Just some general stuff (some of which may pertain or not to you)
> >> >> >
> >> >> > So on command line:
> >> >> > See if smbd is running. Running on yours if you see the icon.
> >> >> > ps |grep smbd
> >> >> >
> >> >> > Make sure you have a valid samba user with smbpasswd.
> >> >> >
> >> >> > Check permissions.
> >> >> >
> >> >> > You can run testparm (google this) to check your smb.conf.
> >> >> >
> >> >> > See the bottom of:
http://www.nslu2-linux.org/wiki/Optware/Plugadditions
> >> >> >
> >> >> > Once you get it working, back up your settings and then you can play
with the smb.conf to tighten up security.
> >> >> >
> >> >> > --- In nslu2-general@yahoogroups.com, "calguy2123" <calguy2123@>
wrote:
> >> >> > >
> >> >> > > I can see Pogoplug under Mshome in My Network Places, however it
doesn't show any drives. When I double-click the Pogoplug icon, I get an error
message saying \\Pogoplug is not accessible ...
> >> >> > >
> >> >> > > -bash-3.2# df
> >> >> > > Filesystem 1k-blocks Used Available Use% Mounted on
> >> >> > > /dev/mtdblock2 32768 15864 16904 48% /
> >> >> > > none 128004 12 127992 0% /tmp
> >> >> > > /tmp/.cemnt/sda1 976758780 356455688 620303092 36%
/tmp/.cemnt/mnt_sda1
> >> >> > > /tmp/.cemnt/sdb1 15722708 190504 14733524 1% /tmp/.cemnt/mnt_sdb1
> >> >> > > /tmp/.cemnt/sdb1 15722708 190504 14733524 1% /opt
> >> >> > >
> >> >> > > -bash-3.2# mount
> >> >> > > rootfs on / type rootfs (rw)
> >> >> > > /dev/root on / type jffs2 (ro)
> >> >> > > none on /proc type proc (rw)
> >> >> > > none on /sys type sysfs (rw)
> >> >> > > none on /dev/pts type devpts (rw)
> >> >> > > none on /tmp type tmpfs (rw)
> >> >> > > none on /proc/bus/usb type usbfs (rw)
> >> >> > > /tmp/.cemnt/sda1 on /tmp/.cemnt/mnt_sda1 type ufsd
(rw,nosuid,nodev,noexec,noatime,nls=utf8,uid=0,gid=0,fmask=22,dmask=22,nocase,sp\
arse,force)
> >> >> > > /tmp/.cemnt/sdb1 on /tmp/.cemnt/mnt_sdb1 type ext3
(rw,nosuid,nodev,noexec,noatime,data=ordered)
> >> >> > > /tmp/.cemnt/sdb1 on /opt type ext3 (rw,data=ordered)
> >> >> > >
> >> >> > > Snippet from smb.conf
> >> >> > >
> >> >> > > [shared]
> >> >> > > path = /tmp/.cemnt
> >> >> > > public = yes
> >> >> > > writable = yes
> >> >> > > create mask = 0777
> >> >> > > browsable = yes
> >> >> > > available = yes
> >> >> > > read only = no
> >> >> > > guest ok = yes
> >> >> > > force user = root
> >> >> > >
> >> >> > > Any clues what could be wrong here?
>
> Hello!
> Actually partner you're right. I've done this with ordinary (X86)
> Linux. And the biggest pest was in configuring the password fields
> just perfectly.
>
> From there it all worked. Now I use SSH to talk to my box, and
> transfer files that way. I've also used the binary only thing from our
> friends at Cloud Engines to mount the plug on my box and have managed
> it that way. Of course its use of a certain unnamed entity for
> certificates and such like was a big complaint for the box. The entity
> has a really big almost Microsoft sort of phobia against Linux.
>
> Ideally gentlemen what should also be done is to use Wireshark to
> trace the packets. That's an Ethernet analyzer by the way and very
> good at what it does.
> -----
> Gregg C Levine gregg.drwho8@...
> "This signature fought the Time Wars, time and again."
>

#8807 From: Anthony Takata <htwiz2002@...>
Date: Wed Jan 2, 2013 5:05 am
Subject: Re: samba2 on pogoplug not accessible from mac
htwiz2005
Send Email Send Email
 
Perhaps Mountain Lion doesn't like Samba2 and needs Samba3? Dunno, I don't
have a working mac anymore. Try fiddling with the password settings (keep a
backup of your samba.conf!!!) I've heard about issues with passwords...


On Tue, Jan 1, 2013 at 7:35 PM, calguy2123 <calguy2123@...> wrote:

> **
>
>
> I have optware with samba2 installed on pogoplug and the shares are
> accessible from every where on the network, except mac (mountain lion).
> When I try to connect, I get a message back that the version of the server
> is not supported. Any clues/workarounds?
>
>
>


[Non-text portions of this message have been removed]

#8808 From: Richard Hughes <richardhughes260@...>
Date: Wed Jan 2, 2013 2:27 pm
Subject: Re: samba2 on pogoplug not accessible from mac
richardhughe...
Send Email Send Email
 
In past surfing, I saw an article about SAMBA & the new MAC OS. Google for
it. There was a config / port change for Lion.

On Wed, Jan 2, 2013 at 12:05 AM, Anthony Takata <htwiz2002@...> wrote:

> **
>
>
> Perhaps Mountain Lion doesn't like Samba2 and needs Samba3? Dunno, I don't
> have a working mac anymore. Try fiddling with the password settings (keep a
> backup of your samba.conf!!!) I've heard about issues with passwords...
>
> On Tue, Jan 1, 2013 at 7:35 PM, calguy2123 <calguy2123@...> wrote:
>
> > **
>
> >
> >
> > I have optware with samba2 installed on pogoplug and the shares are
> > accessible from every where on the network, except mac (mountain lion).
> > When I try to connect, I get a message back that the version of the
> server
> > is not supported. Any clues/workarounds?
> >
> >
> >
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]

#8809 From: Kevin Radziwon <kradziwon@...>
Date: Wed Jan 2, 2013 3:37 pm
Subject: Re: samba2 on pogoplug not accessible from mac
kradziwon
Send Email Send Email
 
If using ZeroConf (Avahi)...

Check /etc/avahi/services/samba.service to make sure port is set to 445 (old
port was 139).



________________________________
  From: calguy2123 <calguy2123@...>
To: nslu2-general@yahoogroups.com
Sent: Tuesday, January 1, 2013 8:35 PM
Subject: [nslu2-general] samba2 on pogoplug not accessible from mac

I have optware with samba2 installed on pogoplug and the shares are accessible
from every where on the network, except mac (mountain lion). When I try to
connect, I get a message back that the version of the server is not supported.
Any clues/workarounds?




------------------------------------

Yahoo! Groups Links



[Non-text portions of this message have been removed]

#8810 From: Richard Hughes <richardhughes260@...>
Date: Wed Jan 2, 2013 8:27 pm
Subject: Re: samba2 on pogoplug not accessible from mac
richardhughe...
Send Email Send Email
 
You da man! I forgot the specific port.

On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon <kradziwon@...> wrote:

> **
>
>
> If using ZeroConf (Avahi)...
>
> Check /etc/avahi/services/samba.service to make sure port is set to 445
> (old port was 139).
>
> ________________________________
> From: calguy2123 <calguy2123@...>
> To: nslu2-general@yahoogroups.com
> Sent: Tuesday, January 1, 2013 8:35 PM
> Subject: [nslu2-general] samba2 on pogoplug not accessible from mac
>
>
> I have optware with samba2 installed on pogoplug and the shares are
> accessible from every where on the network, except mac (mountain lion).
> When I try to connect, I get a message back that the version of the server
> is not supported. Any clues/workarounds?
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]

#8811 From: "calguy2123" <calguy2123@...>
Date: Thu Jan 3, 2013 1:57 am
Subject: Re: samba2 on pogoplug not accessible from mac
calguy2123
Send Email Send Email
 
I'm not using avahi, just vanilla smb. Is it possible to create NFS mounts on
pogoplug? There is an app called mucommamder which I can use to browse the samba
share, but it's not the same thing as a mounted volume.

--- In nslu2-general@yahoogroups.com, Richard Hughes <richardhughes260@...>
wrote:
>
> You da man! I forgot the specific port.
>
> On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon <kradziwon@...> wrote:
>
> > **
> >
> >
> > If using ZeroConf (Avahi)...
> >
> > Check /etc/avahi/services/samba.service to make sure port is set to 445
> > (old port was 139).
> >
> > ________________________________
> > From: calguy2123 <calguy2123@...>
> > To: nslu2-general@yahoogroups.com
> > Sent: Tuesday, January 1, 2013 8:35 PM
> > Subject: [nslu2-general] samba2 on pogoplug not accessible from mac
> >
> >
> > I have optware with samba2 installed on pogoplug and the shares are
> > accessible from every where on the network, except mac (mountain lion).
> > When I try to connect, I get a message back that the version of the server
> > is not supported. Any clues/workarounds?
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>

#8812 From: Myjunk <mjunk.myjunk@...>
Date: Thu Jan 3, 2013 2:35 am
Subject: AirPrint on pogoplug
mjunk.myjunk@...
Send Email Send Email
 
Hello,

Am wondering if anyone has managed or looked at getting AirPrint to work on a
pogoplug via optware?

I searched and found tht it sort of works under a full fledged Arch install into
pogoplug, but I'm running via optware and most of the packages like Avahi and
such is not available.

Anyone can offer any insight?

Sent from Apple's last year model

#8813 From: Kevin Radziwon <kradziwon@...>
Date: Thu Jan 3, 2013 4:53 am
Subject: Re: Re: samba2 on pogoplug not accessible from mac
kradziwon
Send Email Send Email
 
With the requisite software you could certainly use NFS shares but I can't
imagine that it would be too difficult to get Samba working. How exactly were
you mounting the SMB shares in the past? Can you post your smb.conf?




________________________________
  From: calguy2123 <calguy2123@...>
To: nslu2-general@yahoogroups.com
Sent: Wednesday, January 2, 2013 7:57 PM
Subject: [nslu2-general] Re: samba2 on pogoplug not accessible from mac

I'm not using avahi, just vanilla smb. Is it possible to create NFS mounts on
pogoplug? There is an app called mucommamder which I can use to browse the samba
share, but it's not the same thing as a mounted volume.

--- In nslu2-general@yahoogroups.com, Richard Hughes <richardhughes260@...>
wrote:
>
> You da man! I forgot the specific port.
>
> On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon <kradziwon@...> wrote:
>
> > **
> >
> >
> > If using ZeroConf (Avahi)...
> >
> > Check /etc/avahi/services/samba.service to make sure port is set to 445
> > (old port was 139).
> >
> > ________________________________
> > From: calguy2123 <calguy2123@...>
> > To: nslu2-general@yahoogroups.com
> > Sent: Tuesday, January 1, 2013 8:35 PM
> > Subject: [nslu2-general] samba2 on pogoplug not accessible from mac
> >
> >
> > I have optware with samba2 installed on pogoplug and the shares are
> > accessible from every where on the network, except mac (mountain lion).
> > When I try to connect, I get a message back that the version of the server
> > is not supported. Any clues/workarounds?
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> > [Non-text portions of this message have been removed]
> >
> > 
> >
>
>
> [Non-text portions of this message have been removed]
>




------------------------------------

Yahoo! Groups Links



[Non-text portions of this message have been removed]

#8814 From: "oddballhero" <oddballhero@...>
Date: Thu Jan 3, 2013 7:25 am
Subject: Re: AirPrint on pogoplug
oddballhero
Send Email Send Email
 
I'm pretty sure avahi is in optware since that is part of my timemachine setup
http://www.nslu2-linux.org/wiki/HowTo/TimeMachineBackups

--- In nslu2-general@yahoogroups.com, Myjunk  wrote:
>
> Hello,
>
> Am wondering if anyone has managed or looked at getting AirPrint to work on a
pogoplug via optware?
>
> I searched and found tht it sort of works under a full fledged Arch install
into pogoplug, but I'm running via optware and most of the packages like Avahi
and such is not available.
>
> Anyone can offer any insight?
>
> Sent from Apple's last year model
>

#8815 From: "oddballhero" <oddballhero@...>
Date: Thu Jan 3, 2013 7:52 am
Subject: Re: samba2 on pogoplug not accessible from mac
oddballhero
Send Email Send Email
 
Follow this thread and see Kevin Radziwon's post.

--- In nslu2-general@yahoogroups.com, "calguy2123"  wrote:
>
> I'm not using avahi, just vanilla smb. Is it possible to create NFS mounts on
pogoplug? There is an app called mucommamder which I can use to browse the samba
share, but it's not the same thing as a mounted volume.
>
> --- In nslu2-general@yahoogroups.com, Richard Hughes  wrote:
> >
> > You da man! I forgot the specific port.
> >
> > On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon  wrote:
> >
> > > **
> > >
> > >
> > > If using ZeroConf (Avahi)...
> > >
> > > Check /etc/avahi/services/samba.service to make sure port is set to 445
> > > (old port was 139).
> > >
> > > ________________________________
> > > From: calguy2123
> > > To: nslu2-general@yahoogroups.com
> > > Sent: Tuesday, January 1, 2013 8:35 PM
> > > Subject: [nslu2-general] samba2 on pogoplug not accessible from mac
> > >
> > >
> > > I have optware with samba2 installed on pogoplug and the shares are
> > > accessible from every where on the network, except mac (mountain lion).
> > > When I try to connect, I get a message back that the version of the server
> > > is not supported. Any clues/workarounds?
> > >
> > > ------------------------------------
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>

#8816 From: "oddballhero" <oddballhero@...>
Date: Thu Jan 3, 2013 7:56 am
Subject: Re: samba2 on pogoplug not accessible from mac
oddballhero
Send Email Send Email
 
Kevin, see calguy2123's post with his smb.conf

--- In nslu2-general@yahoogroups.com, Kevin Radziwon  wrote:
>
> With the requisite software you could certainly use NFS shares but I can't
imagine that it would be too difficult to get Samba working. How exactly were
you mounting the SMB shares in the past? Can you post your smb.conf?
>
>
>
>
> ________________________________
>  From: calguy2123
> To: nslu2-general@yahoogroups.com
> Sent: Wednesday, January 2, 2013 7:57 PM
> Subject: [nslu2-general] Re: samba2 on pogoplug not accessible from mac
>
> I'm not using avahi, just vanilla smb. Is it possible to create NFS mounts on
pogoplug? There is an app called mucommamder which I can use to browse the samba
share, but it's not the same thing as a mounted volume.
>
> --- In nslu2-general@yahoogroups.com, Richard Hughes  wrote:
> >
> > You da man! I forgot the specific port.
> >
> > On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon  wrote:
> >
> > > **
> > >
> > >
> > > If using ZeroConf (Avahi)...
> > >
> > > Check /etc/avahi/services/samba.service to make sure port is set to 445
> > > (old port was 139).
> > >
> > > ________________________________
> > > From: calguy2123
> > > To: nslu2-general@yahoogroups.com
> > > Sent: Tuesday, January 1, 2013 8:35 PM
> > > Subject: [nslu2-general] samba2 on pogoplug not accessible from mac
> > >
> > >
> > > I have optware with samba2 installed on pogoplug and the shares are
> > > accessible from every where on the network, except mac (mountain lion).
> > > When I try to connect, I get a message back that the version of the server
> > > is not supported. Any clues/workarounds?
> > >
> > > ------------------------------------
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > > 
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>

#8817 From: "oddballhero" <oddballhero@...>
Date: Thu Jan 3, 2013 7:57 am
Subject: Re: samba2 on pogoplug not accessible from mac
oddballhero
Send Email Send Email
 
ooops
Here is the link http://tech.groups.yahoo.com/group/nslu2-general/message/8806
--- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
>
> Kevin, see calguy2123's post with his smb.conf
>
> --- In nslu2-general@yahoogroups.com, Kevin Radziwon  wrote:
> >
> > With the requisite software you could certainly use NFS shares but I can't
imagine that it would be too difficult to get Samba working. How exactly were
you mounting the SMB shares in the past? Can you post your smb.conf?
> >
> >
> >
> >
> > ________________________________
> >  From: calguy2123
> > To: nslu2-general@yahoogroups.com
> > Sent: Wednesday, January 2, 2013 7:57 PM
> > Subject: [nslu2-general] Re: samba2 on pogoplug not accessible from mac
> >
> > I'm not using avahi, just vanilla smb. Is it possible to create NFS mounts
on pogoplug? There is an app called mucommamder which I can use to browse the
samba share, but it's not the same thing as a mounted volume.
> >
> > --- In nslu2-general@yahoogroups.com, Richard Hughes  wrote:
> > >
> > > You da man! I forgot the specific port.
> > >
> > > On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon  wrote:
> > >
> > > > **
> > > >
> > > >
> > > > If using ZeroConf (Avahi)...
> > > >
> > > > Check /etc/avahi/services/samba.service to make sure port is set to 445
> > > > (old port was 139).
> > > >
> > > > ________________________________
> > > > From: calguy2123
> > > > To: nslu2-general@yahoogroups.com
> > > > Sent: Tuesday, January 1, 2013 8:35 PM
> > > > Subject: [nslu2-general] samba2 on pogoplug not accessible from mac
> > > >
> > > >
> > > > I have optware with samba2 installed on pogoplug and the shares are
> > > > accessible from every where on the network, except mac (mountain lion).
> > > > When I try to connect, I get a message back that the version of the
server
> > > > is not supported. Any clues/workarounds?
> > > >
> > > > ------------------------------------
> > > >
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > > 
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>

#8818 From: "oddballhero" <oddballhero@...>
Date: Thu Jan 3, 2013 8:01 am
Subject: Re: samba2 on pogoplug not accessible from mac
oddballhero
Send Email Send Email
 
ooops again
http://tech.groups.yahoo.com/group/nslu2-general/message/8792

--- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
>
> Follow this thread and see Kevin Radziwon's post.
>
> --- In nslu2-general@yahoogroups.com, "calguy2123"  wrote:
> >
> > I'm not using avahi, just vanilla smb. Is it possible to create NFS mounts
on pogoplug? There is an app called mucommamder which I can use to browse the
samba share, but it's not the same thing as a mounted volume.
> >
> > --- In nslu2-general@yahoogroups.com, Richard Hughes  wrote:
> > >
> > > You da man! I forgot the specific port.
> > >
> > > On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon  wrote:
> > >
> > > > **
> > > >
> > > >
> > > > If using ZeroConf (Avahi)...
> > > >
> > > > Check /etc/avahi/services/samba.service to make sure port is set to 445
> > > > (old port was 139).
> > > >
> > > > ________________________________
> > > > From: calguy2123
> > > > To: nslu2-general@yahoogroups.com
> > > > Sent: Tuesday, January 1, 2013 8:35 PM
> > > > Subject: [nslu2-general] samba2 on pogoplug not accessible from mac
> > > >
> > > >
> > > > I have optware with samba2 installed on pogoplug and the shares are
> > > > accessible from every where on the network, except mac (mountain lion).
> > > > When I try to connect, I get a message back that the version of the
server
> > > > is not supported. Any clues/workarounds?
> > > >
> > > > ------------------------------------
> > > >
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>

#8819 From: "kradziwon" <kradziwon@...>
Date: Thu Jan 3, 2013 7:26 pm
Subject: Re: samba2 on pogoplug not accessible from mac
kradziwon
Send Email Send Email
 
Thanks, oddballhero. After looking around a bit... Looks like MacOS X 10.8 has
little if any support for earlier versions of Samba. Apparently I upgraded both
my servers and my Macs right past a whole load of trouble in this area so the
only advice I can give is to upgrade Samba or use NFS as an alternative.

--- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
>
> ooops
> Here is the link http://tech.groups.yahoo.com/group/nslu2-general/message/8806
> --- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
> >
> > Kevin, see calguy2123's post with his smb.conf
> >
> > --- In nslu2-general@yahoogroups.com, Kevin Radziwon  wrote:
> > >
> > > With the requisite software you could certainly use NFS shares but I can't
imagine that it would be too difficult to get Samba working. How exactly were
you mounting the SMB shares in the past? Can you post your smb.conf?
> > >
> > >
> > >
> > >
> > > ________________________________
> > >  From: calguy2123
> > > To: nslu2-general@yahoogroups.com
> > > Sent: Wednesday, January 2, 2013 7:57 PM
> > > Subject: [nslu2-general] Re: samba2 on pogoplug not accessible from mac
> > >
> > > I'm not using avahi, just vanilla smb. Is it possible to create NFS mounts
on pogoplug? There is an app called mucommamder which I can use to browse the
samba share, but it's not the same thing as a mounted volume.
> > >
> > > --- In nslu2-general@yahoogroups.com, Richard Hughes  wrote:
> > > >
> > > > You da man! I forgot the specific port.
> > > >
> > > > On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon  wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > If using ZeroConf (Avahi)...
> > > > >
> > > > > Check /etc/avahi/services/samba.service to make sure port is set to
445
> > > > > (old port was 139).
> > > > >
> > > > > ________________________________
> > > > > From: calguy2123
> > > > > To: nslu2-general@yahoogroups.com
> > > > > Sent: Tuesday, January 1, 2013 8:35 PM
> > > > > Subject: [nslu2-general] samba2 on pogoplug not accessible from mac
> > > > >
> > > > >
> > > > > I have optware with samba2 installed on pogoplug and the shares are
> > > > > accessible from every where on the network, except mac (mountain
lion).
> > > > > When I try to connect, I get a message back that the version of the
server
> > > > > is not supported. Any clues/workarounds?
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > > Yahoo! Groups Links
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > > > 
> > > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>

#8820 From: "oddballhero" <oddballhero@...>
Date: Thu Jan 3, 2013 8:39 pm
Subject: Re: samba2 on pogoplug not accessible from mac
oddballhero
Send Email Send Email
 
Actually Samba2 has some volume space reporting errors so I usually suggest
installing Samba3.X now.  Seems to be working well with my plugs and slugs.  See
bottom of http://www.nslu2-linux.org/wiki/Optware/Plugadditions to upgrade
Samba2 to Samba3.

--- In nslu2-general@yahoogroups.com, "kradziwon"  wrote:
>
> Thanks, oddballhero. After looking around a bit... Looks like MacOS X 10.8 has
little if any support for earlier versions of Samba. Apparently I upgraded both
my servers and my Macs right past a whole load of trouble in this area so the
only advice I can give is to upgrade Samba or use NFS as an alternative.
>
> --- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
> >
> > ooops
> > Here is the link
http://tech.groups.yahoo.com/group/nslu2-general/message/8806
> > --- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
> > >
> > > Kevin, see calguy2123's post with his smb.conf
> > >
> > > --- In nslu2-general@yahoogroups.com, Kevin Radziwon  wrote:
> > > >
> > > > With the requisite software you could certainly use NFS shares but I
can't imagine that it would be too difficult to get Samba working. How exactly
were you mounting the SMB shares in the past? Can you post your smb.conf?
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > >  From: calguy2123
> > > > To: nslu2-general@yahoogroups.com
> > > > Sent: Wednesday, January 2, 2013 7:57 PM
> > > > Subject: [nslu2-general] Re: samba2 on pogoplug not accessible from mac
> > > >
> > > > I'm not using avahi, just vanilla smb. Is it possible to create NFS
mounts on pogoplug? There is an app called mucommamder which I can use to browse
the samba share, but it's not the same thing as a mounted volume.
> > > >
> > > > --- In nslu2-general@yahoogroups.com, Richard Hughes  wrote:
> > > > >
> > > > > You da man! I forgot the specific port.
> > > > >
> > > > > On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon  wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > If using ZeroConf (Avahi)...
> > > > > >
> > > > > > Check /etc/avahi/services/samba.service to make sure port is set to
445
> > > > > > (old port was 139).
> > > > > >
> > > > > > ________________________________
> > > > > > From: calguy2123
> > > > > > To: nslu2-general@yahoogroups.com
> > > > > > Sent: Tuesday, January 1, 2013 8:35 PM
> > > > > > Subject: [nslu2-general] samba2 on pogoplug not accessible from mac
> > > > > >
> > > > > >
> > > > > > I have optware with samba2 installed on pogoplug and the shares are
> > > > > > accessible from every where on the network, except mac (mountain
lion).
> > > > > > When I try to connect, I get a message back that the version of the
server
> > > > > > is not supported. Any clues/workarounds?
> > > > > >
> > > > > > ------------------------------------
> > > > > >
> > > > > > Yahoo! Groups Links
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > > > 
> > > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > > ------------------------------------
> > > >
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> >
>

#8821 From: "calguy2123" <calguy2123@...>
Date: Fri Jan 4, 2013 5:48 pm
Subject: Re: samba2 on pogoplug not accessible from mac
calguy2123
Send Email Send Email
 
I will try it tonight, but do you think Samba3 'will' work.. or is it still in
trial and error stage.

I see the pogoplug is mount NTFS drive as UFSD and is R/W accessible thru samba.
Would NFS also be able share it?

thanks!

--- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
>
> Actually Samba2 has some volume space reporting errors so I usually suggest
installing Samba3.X now.  Seems to be working well with my plugs and slugs.  See
bottom of http://www.nslu2-linux.org/wiki/Optware/Plugadditions to upgrade
Samba2 to Samba3.
>
> --- In nslu2-general@yahoogroups.com, "kradziwon"  wrote:
> >
> > Thanks, oddballhero. After looking around a bit... Looks like MacOS X 10.8
has little if any support for earlier versions of Samba. Apparently I upgraded
both my servers and my Macs right past a whole load of trouble in this area so
the only advice I can give is to upgrade Samba or use NFS as an alternative.
> >
> > --- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
> > >
> > > ooops
> > > Here is the link
http://tech.groups.yahoo.com/group/nslu2-general/message/8806
> > > --- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
> > > >
> > > > Kevin, see calguy2123's post with his smb.conf
> > > >
> > > > --- In nslu2-general@yahoogroups.com, Kevin Radziwon  wrote:
> > > > >
> > > > > With the requisite software you could certainly use NFS shares but I
can't imagine that it would be too difficult to get Samba working. How exactly
were you mounting the SMB shares in the past? Can you post your smb.conf?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ________________________________
> > > > >  From: calguy2123
> > > > > To: nslu2-general@yahoogroups.com
> > > > > Sent: Wednesday, January 2, 2013 7:57 PM
> > > > > Subject: [nslu2-general] Re: samba2 on pogoplug not accessible from
mac
> > > > >
> > > > > I'm not using avahi, just vanilla smb. Is it possible to create NFS
mounts on pogoplug? There is an app called mucommamder which I can use to browse
the samba share, but it's not the same thing as a mounted volume.
> > > > >
> > > > > --- In nslu2-general@yahoogroups.com, Richard Hughes  wrote:
> > > > > >
> > > > > > You da man! I forgot the specific port.
> > > > > >
> > > > > > On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon  wrote:
> > > > > >
> > > > > > > **
> > > > > > >
> > > > > > >
> > > > > > > If using ZeroConf (Avahi)...
> > > > > > >
> > > > > > > Check /etc/avahi/services/samba.service to make sure port is set
to 445
> > > > > > > (old port was 139).
> > > > > > >
> > > > > > > ________________________________
> > > > > > > From: calguy2123
> > > > > > > To: nslu2-general@yahoogroups.com
> > > > > > > Sent: Tuesday, January 1, 2013 8:35 PM
> > > > > > > Subject: [nslu2-general] samba2 on pogoplug not accessible from
mac
> > > > > > >
> > > > > > >
> > > > > > > I have optware with samba2 installed on pogoplug and the shares
are
> > > > > > > accessible from every where on the network, except mac (mountain
lion).
> > > > > > > When I try to connect, I get a message back that the version of
the server
> > > > > > > is not supported. Any clues/workarounds?
> > > > > > >
> > > > > > > ------------------------------------
> > > > > > >
> > > > > > > Yahoo! Groups Links
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > > > 
> > > > > > >
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > > Yahoo! Groups Links
> > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > >
> >
>

#8822 From: Anthony Takata <htwiz2002@...>
Date: Fri Jan 4, 2013 7:30 pm
Subject: Re: Re: samba2 on pogoplug not accessible from mac
htwiz2005
Send Email Send Email
 
NFS is completely different to Samba, but anything that can be accessed as
a directory can be exported in NFS.
On Jan 4, 2013 11:09 AM, "calguy2123" <calguy2123@...> wrote:

> **
>
>
> I will try it tonight, but do you think Samba3 'will' work.. or is it
> still in trial and error stage.
>
> I see the pogoplug is mount NTFS drive as UFSD and is R/W accessible thru
> samba. Would NFS also be able share it?
>
> thanks!
>
> --- In nslu2-general@yahoogroups.com, "oddballhero" wrote:
> >
> > Actually Samba2 has some volume space reporting errors so I usually
> suggest installing Samba3.X now. Seems to be working well with my plugs and
> slugs. See bottom of http://www.nslu2-linux.org/wiki/Optware/Plugadditionsto
upgrade Samba2 to Samba3.
> >
> > --- In nslu2-general@yahoogroups.com, "kradziwon" wrote:
> > >
> > > Thanks, oddballhero. After looking around a bit... Looks like MacOS X
> 10.8 has little if any support for earlier versions of Samba. Apparently I
> upgraded both my servers and my Macs right past a whole load of trouble in
> this area so the only advice I can give is to upgrade Samba or use NFS as
> an alternative.
> > >
> > > --- In nslu2-general@yahoogroups.com, "oddballhero" wrote:
> > > >
> > > > ooops
> > > > Here is the link
> http://tech.groups.yahoo.com/group/nslu2-general/message/8806
> > > > --- In nslu2-general@yahoogroups.com, "oddballhero" wrote:
> > > > >
> > > > > Kevin, see calguy2123's post with his smb.conf
> > > > >
> > > > > --- In nslu2-general@yahoogroups.com, Kevin Radziwon wrote:
> > > > > >
> > > > > > With the requisite software you could certainly use NFS shares
> but I can't imagine that it would be too difficult to get Samba working.
> How exactly were you mounting the SMB shares in the past? Can you post your
> smb.conf?
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ________________________________
> > > > > > From: calguy2123
> > > > > > To: nslu2-general@yahoogroups.com
> > > > > > Sent: Wednesday, January 2, 2013 7:57 PM
> > > > > > Subject: [nslu2-general] Re: samba2 on pogoplug not accessible
> from mac
> > > > > >
> > > > > > I'm not using avahi, just vanilla smb. Is it possible to create
> NFS mounts on pogoplug? There is an app called mucommamder which I can use
> to browse the samba share, but it's not the same thing as a mounted volume.
> > > > > >
> > > > > > --- In nslu2-general@yahoogroups.com, Richard Hughes wrote:
> > > > > > >
> > > > > > > You da man! I forgot the specific port.
> > > > > > >
> > > > > > > On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon wrote:
> > > > > > >
> > > > > > > > **
> > > > > > > >
> > > > > > > >
> > > > > > > > If using ZeroConf (Avahi)...
> > > > > > > >
> > > > > > > > Check /etc/avahi/services/samba.service to make sure port is
> set to 445
> > > > > > > > (old port was 139).
> > > > > > > >
> > > > > > > > ________________________________
> > > > > > > > From: calguy2123
> > > > > > > > To: nslu2-general@yahoogroups.com
> > > > > > > > Sent: Tuesday, January 1, 2013 8:35 PM
> > > > > > > > Subject: [nslu2-general] samba2 on pogoplug not accessible
> from mac
> > > > > > > >
> > > > > > > >
> > > > > > > > I have optware with samba2 installed on pogoplug and the
> shares are
> > > > > > > > accessible from every where on the network, except mac
> (mountain lion).
> > > > > > > > When I try to connect, I get a message back that the version
> of the server
> > > > > > > > is not supported. Any clues/workarounds?
> > > > > > > >
> > > > > > > > ------------------------------------
> > > > > > > >
> > > > > > > > Yahoo! Groups Links
> > > > > > > >
> > > > > > > >
> > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ------------------------------------
> > > > > >
> > > > > > Yahoo! Groups Links
> > > > > >
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > >
> > >
> >
>
>
>


[Non-text portions of this message have been removed]

#8823 From: "oddballhero" <oddballhero@...>
Date: Sat Jan 5, 2013 1:28 am
Subject: Re: samba2 on pogoplug not accessible from mac
oddballhero
Send Email Send Email
 
I'm pretty sure Samba3 has been around for a while...  You mean like certain
computer companies are perpetually in trial and error stage...  There are only
two sure things... (fill this in with your preference, see Benjamin Franklin or
Elvis).

I've been running 3.6 for some time.

See http://openpogo.tumblr.com/ "Running an NFS Server".  Instead of
downloading, you can just ipkg install the not recommended files.

--- In nslu2-general@yahoogroups.com, "calguy2123"  wrote:
>
> I will try it tonight, but do you think Samba3 'will' work.. or is it still in
trial and error stage.
>
> I see the pogoplug is mount NTFS drive as UFSD and is R/W accessible thru
samba. Would NFS also be able share it?
>
> thanks!
>
> --- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
> >
> > Actually Samba2 has some volume space reporting errors so I usually suggest
installing Samba3.X now.  Seems to be working well with my plugs and slugs.  See
bottom of http://www.nslu2-linux.org/wiki/Optware/Plugadditions to upgrade
Samba2 to Samba3.
> >
> > --- In nslu2-general@yahoogroups.com, "kradziwon"  wrote:
> > >
> > > Thanks, oddballhero. After looking around a bit... Looks like MacOS X 10.8
has little if any support for earlier versions of Samba. Apparently I upgraded
both my servers and my Macs right past a whole load of trouble in this area so
the only advice I can give is to upgrade Samba or use NFS as an alternative.
> > >
> > > --- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
> > > >
> > > > ooops
> > > > Here is the link
http://tech.groups.yahoo.com/group/nslu2-general/message/8806
> > > > --- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
> > > > >
> > > > > Kevin, see calguy2123's post with his smb.conf
> > > > >
> > > > > --- In nslu2-general@yahoogroups.com, Kevin Radziwon  wrote:
> > > > > >
> > > > > > With the requisite software you could certainly use NFS shares but I
can't imagine that it would be too difficult to get Samba working. How exactly
were you mounting the SMB shares in the past? Can you post your smb.conf?
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ________________________________
> > > > > >  From: calguy2123
> > > > > > To: nslu2-general@yahoogroups.com
> > > > > > Sent: Wednesday, January 2, 2013 7:57 PM
> > > > > > Subject: [nslu2-general] Re: samba2 on pogoplug not accessible from
mac
> > > > > >
> > > > > > I'm not using avahi, just vanilla smb. Is it possible to create NFS
mounts on pogoplug? There is an app called mucommamder which I can use to browse
the samba share, but it's not the same thing as a mounted volume.
> > > > > >
> > > > > > --- In nslu2-general@yahoogroups.com, Richard Hughes  wrote:
> > > > > > >
> > > > > > > You da man! I forgot the specific port.
> > > > > > >
> > > > > > > On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon  wrote:
> > > > > > >
> > > > > > > > **
> > > > > > > >
> > > > > > > >
> > > > > > > > If using ZeroConf (Avahi)...
> > > > > > > >
> > > > > > > > Check /etc/avahi/services/samba.service to make sure port is set
to 445
> > > > > > > > (old port was 139).
> > > > > > > >
> > > > > > > > ________________________________
> > > > > > > > From: calguy2123
> > > > > > > > To: nslu2-general@yahoogroups.com
> > > > > > > > Sent: Tuesday, January 1, 2013 8:35 PM
> > > > > > > > Subject: [nslu2-general] samba2 on pogoplug not accessible from
mac
> > > > > > > >
> > > > > > > >
> > > > > > > > I have optware with samba2 installed on pogoplug and the shares
are
> > > > > > > > accessible from every where on the network, except mac (mountain
lion).
> > > > > > > > When I try to connect, I get a message back that the version of
the server
> > > > > > > > is not supported. Any clues/workarounds?
> > > > > > > >
> > > > > > > > ------------------------------------
> > > > > > > >
> > > > > > > > Yahoo! Groups Links
> > > > > > > >
> > > > > > > >
> > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > >
> > > > > > > > 
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ------------------------------------
> > > > > >
> > > > > > Yahoo! Groups Links
> > > > > >
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > >
> > >
> >
>

#8824 From: Ron Guerin <ron@...>
Date: Sat Jan 5, 2013 1:43 am
Subject: Re: Re: samba2 on pogoplug not accessible from mac
ron@...
Send Email Send Email
 
On 01/04/2013 08:28 PM, oddballhero wrote:
> I'm pretty sure Samba3 has been around for a while...  You mean like certain
computer companies are perpetually in trial and error stage...  There are only
two sure things... (fill this in with your preference, see Benjamin Franklin or
Elvis).

Samba3 is from 2003.  Samba4 just went stable a few weeks ago.

> I've been running 3.6 for some time.

FYI: https://www.samba.org/samba/security/CVE-2012-1182

The version I see in Optware, is 3.2.15-5, which would also be
vulnerable to the above exploit.

- Ron

#8825 From: Gregg Levine <gregg.drwho8@...>
Date: Sat Jan 5, 2013 3:21 am
Subject: Re: Re: samba2 on pogoplug not accessible from mac
hansolofalco...
Send Email Send Email
 
On Fri, Jan 4, 2013 at 8:43 PM, Ron Guerin <ron@...> wrote:
> On 01/04/2013 08:28 PM, oddballhero wrote:
>> I'm pretty sure Samba3 has been around for a while...  You mean like certain
computer companies are perpetually in trial and error stage...  There are only
two sure things... (fill this in with your preference, see Benjamin Franklin or
Elvis).
>
> Samba3 is from 2003.  Samba4 just went stable a few weeks ago.
>
>> I've been running 3.6 for some time.
>
> FYI: https://www.samba.org/samba/security/CVE-2012-1182
>
> The version I see in Optware, is 3.2.15-5, which would also be
> vulnerable to the above exploit.
>
> - Ron
>

Hello!
Ron nice to see you here. What is the exploit? For those of us who do
not follow those please summarize.

-----
Gregg C Levine gregg.drwho8@...
"This signature fought the Time Wars, time and again."

#8826 From: Ron Guerin <ron@...>
Date: Sat Jan 5, 2013 3:42 am
Subject: Re: Re: samba2 on pogoplug not accessible from mac
ron@...
Send Email Send Email
 
On 01/04/2013 10:21 PM, Gregg Levine wrote:
> On Fri, Jan 4, 2013 at 8:43 PM, Ron Guerin<ron@...>  wrote:
>> On 01/04/2013 08:28 PM, oddballhero wrote:
>>> I'm pretty sure Samba3 has been around for a while...  You mean like certain
computer companies are perpetually in trial and error stage...  There are only
two sure things... (fill this in with your preference, see Benjamin Franklin or
Elvis).
>>
>> Samba3 is from 2003.  Samba4 just went stable a few weeks ago.
>>
>>> I've been running 3.6 for some time.
>>
>> FYI: https://www.samba.org/samba/security/CVE-2012-1182
>>
>> The version I see in Optware, is 3.2.15-5, which would also be
>> vulnerable to the above exploit.
>>
>> - Ron
>>
>
> Hello!
> Ron nice to see you here.

I bought an ASUS RT-N16 last year.  The discovery of Optware has led to
a device I continue to find new uses for.

> What is the exploit? For those of us who do not follow those please
> summarize.

I don't follow these either.  I went to look up the year Samba3 was
released and found the security warning on the Wikipedia page.  The
entire description is summary length, so I'll post it here.

===========
Description
===========

Samba versions 3.6.3 and all versions previous to this are affected by
a vulnerability that allows remote code execution as the "root" user
from an anonymous connection.

The code generator for Samba's remote procedure call (RPC) code
contained an error which caused it to generate code containing a
security flaw. This generated code is used in the parts of Samba that
control marshalling and unmarshalling of RPC calls over the network.

The flaw caused checks on the variable containing the length of an
allocated array to be done independently from the checks on the
variable used to allocate the memory for that array.  As both these
variables are controlled by the connecting client it makes it possible
for a specially crafted RPC call to cause the server to execute
arbitrary code.

As this does not require an authenticated connection it is the most
serious vulnerability possible in a program, and users and vendors are
encouraged to patch their Samba installations immediately.

#8827 From: "oddballhero" <oddballhero@...>
Date: Sat Jan 5, 2013 6:04 am
Subject: Re: samba2 on pogoplug not accessible from mac
oddballhero
Send Email Send Email
 
--- In nslu2-general@yahoogroups.com, Ron Guerin  wrote:
>
> On 01/04/2013 08:28 PM, oddballhero wrote:
> > I'm pretty sure Samba3 has been around for a while...  You mean like certain
computer companies are perpetually in trial and error stage...  There are only
two sure things... (fill this in with your preference, see Benjamin Franklin or
Elvis).
>
> Samba3 is from 2003.  Samba4 just went stable a few weeks ago.

Will the wonders of Wikipedia ever cease.
>
> > I've been running 3.6 for some time.
>
> FYI: https://www.samba.org/samba/security/CVE-2012-1182

For your FYI: http://www.samba.org/samba/history/samba-3.6.4.html
>
> The version I see in Optware, is 3.2.15-5, which would also be
> vulnerable to the above exploit.
>

Package: samba36
Version: 3.6.10-1
Depends: avahi, popt, readline, zlib, e2fsprogs , openldap-libs , gconv-modules
Conflicts: samba2, samba, samba34,samba35
Suggests: cups
Section: net
Architecture: arm
Maintainer: NSLU2 Linux <nslu2-linux@yahoogroups.com>
MD5Sum: bcbc4bb4e96792bcecab593e15d5cebd
Size: 32587982
Filename: samba36_3.6.10-1_arm.ipk
Source: http://www.samba.org/samba/ftp/stable/samba-3.6.10.tar.gz
Description: Samba suite provides file and print services to SMB/CIFS clients.
This is a newer version.

Thanks again to Brian Zhou.

Remember kids, "ipkg update" then "ipkg upgrade" or build your own.

> - Ron
>

#8828 From: Ron Guerin <ron@...>
Date: Sat Jan 5, 2013 6:15 am
Subject: Re: Re: samba2 on pogoplug not accessible from mac
ron@...
Send Email Send Email
 
On 01/05/2013 01:04 AM, oddballhero wrote:
>
>
> --- In nslu2-general@yahoogroups.com, Ron Guerin  wrote:
>>
>> On 01/04/2013 08:28 PM, oddballhero wrote:
>>> I'm pretty sure Samba3 has been around for a while...  You mean like certain
computer companies are perpetually in trial and error stage...  There are only
two sure things... (fill this in with your preference, see Benjamin Franklin or
Elvis).
>>
>> Samba3 is from 2003.  Samba4 just went stable a few weeks ago.
>
> Will the wonders of Wikipedia ever cease.

It's good for things like "What year did XYZ come out?", especially for
something as old as Samba3.  I actually thought it was a little older,
but I'm probably thinking of the pre-stable releases (I've been using
Samba for a long time).  For anyone curious about Samba4, there's an
Active Directory service in there now.  I'm guessing that running all
that might be asking a bit much for an Optware device.

>>> I've been running 3.6 for some time.
>>
>> FYI: https://www.samba.org/samba/security/CVE-2012-1182
>
> For your FYI: http://www.samba.org/samba/history/samba-3.6.4.html
>>
>> The version I see in Optware, is 3.2.15-5, which would also be
>> vulnerable to the above exploit.
>>
>
> Package: samba36
> Version: 3.6.10-1
> Depends: avahi, popt, readline, zlib, e2fsprogs , openldap-libs ,
gconv-modules
> Conflicts: samba2, samba, samba34,samba35
> Suggests: cups
> Section: net
> Architecture: arm
> Maintainer: NSLU2 Linux<nslu2-linux@yahoogroups.com>
> MD5Sum: bcbc4bb4e96792bcecab593e15d5cebd
> Size: 32587982
> Filename: samba36_3.6.10-1_arm.ipk
> Source: http://www.samba.org/samba/ftp/stable/samba-3.6.10.tar.gz
> Description: Samba suite provides file and print services to SMB/CIFS clients.
This is a newer version.
>
> Thanks again to Brian Zhou.
>
> Remember kids, "ipkg update" then "ipkg upgrade" or build your own.

Actually that wasn't my mistake.  I didn't look down the list for
"samba36" as opposed to "samba".

- Ron

#8829 From: "oddballhero" <oddballhero@...>
Date: Sat Jan 5, 2013 8:28 am
Subject: Re: samba2 on pogoplug not accessible from mac
oddballhero
Send Email Send Email
 
--- In nslu2-general@yahoogroups.com, Ron Guerin  wrote:
>
> On 01/05/2013 01:04 AM, oddballhero wrote:
> >
> >
> > --- In nslu2-general@yahoogroups.com, Ron Guerin  wrote:
> >>
> >> On 01/04/2013 08:28 PM, oddballhero wrote:
> >>> I'm pretty sure Samba3 has been around for a while...  You mean like
certain computer companies are perpetually in trial and error stage...  There
are only two sure things... (fill this in with your preference, see Benjamin
Franklin or Elvis).
> >>
> >> Samba3 is from 2003.  Samba4 just went stable a few weeks ago.
> >
> > Will the wonders of Wikipedia ever cease.
>
> It's good for things like "What year did XYZ come out?", especially for
> something as old as Samba3.  I actually thought it was a little older,
> but I'm probably thinking of the pre-stable releases (I've been using
> Samba for a long time).  For anyone curious about Samba4, there's an
> Active Directory service in there now.  I'm guessing that running all
> that might be asking a bit much for an Optware device.
>
> >>> I've been running 3.6 for some time.
> >>
> >> FYI: https://www.samba.org/samba/security/CVE-2012-1182
> >
> > For your FYI: http://www.samba.org/samba/history/samba-3.6.4.html
> >>
> >> The version I see in Optware, is 3.2.15-5, which would also be
> >> vulnerable to the above exploit.
> >>
> >
> > Package: samba36
> > Version: 3.6.10-1
> > Depends: avahi, popt, readline, zlib, e2fsprogs , openldap-libs ,
gconv-modules
> > Conflicts: samba2, samba, samba34,samba35
> > Suggests: cups
> > Section: net
> > Architecture: arm
> > Maintainer: NSLU2 Linux
> > MD5Sum: bcbc4bb4e96792bcecab593e15d5cebd
> > Size: 32587982
> > Filename: samba36_3.6.10-1_arm.ipk
> > Source: http://www.samba.org/samba/ftp/stable/samba-3.6.10.tar.gz
> > Description: Samba suite provides file and print services to SMB/CIFS
clients. This is a newer version.
> >
> > Thanks again to Brian Zhou.
> >
> > Remember kids, "ipkg update" then "ipkg upgrade" or build your own.
>
> Actually that wasn't my mistake.  I didn't look down the list for
> "samba36" as opposed to "samba".

Actually, I just meant that as a public service since you did bring up how
important it is to keep up with security updates.  I get security bulletins and
have to make sure everything is secure.
>
> - Ron
>

#8830 From: "calguy2123" <calguy2123@...>
Date: Sat Jan 5, 2013 4:29 pm
Subject: Re: samba2 on pogoplug not accessible from mac
calguy2123
Send Email Send Email
 
I was finally able to mount it via unfs3 + portmap! Though the shares are all
readonly in Mac. The same volumes are editable on Pogoplug though...

pogoplug#mount
/tmp/.cemnt/sda1 on /tmp/.cemnt/mnt_sda1 type ufsd
(rw,nosuid,nodev,noexec,noatime,nls=utf8,uid=0,gid=0,fmask=22,dmask=22,nocase,sp\
arse,force)
/tmp/.cemnt/sdb1 on /tmp/.cemnt/mnt_sdb1 type ext3
(rw,nosuid,nodev,noexec,noatime,data=ordered)

mac#showmount -e 192.168.1.5
Export list for 192.168.1.5:
/tmp/.cemnt/mnt_sda1        192.168.1.0/24
/tmp/.cemnt/mnt_sdb1        192.168.1.0/24

mac#mount
192.168.1.5:/mnt on /Volumes/mnt (nfs, nodev, nosuid, mounted by as)


--- In nslu2-general@yahoogroups.com, Anthony Takata  wrote:
>
> NFS is completely different to Samba, but anything that can be accessed as
> a directory can be exported in NFS.
> On Jan 4, 2013 11:09 AM, "calguy2123"  wrote:
>
> > **
> >
> >
> > I will try it tonight, but do you think Samba3 'will' work.. or is it
> > still in trial and error stage.
> >
> > I see the pogoplug is mount NTFS drive as UFSD and is R/W accessible thru
> > samba. Would NFS also be able share it?
> >
> > thanks!
> >
> > --- In nslu2-general@yahoogroups.com, "oddballhero" wrote:
> > >
> > > Actually Samba2 has some volume space reporting errors so I usually
> > suggest installing Samba3.X now. Seems to be working well with my plugs and
> > slugs. See bottom of http://www.nslu2-linux.org/wiki/Optware/Plugadditionsto
upgrade Samba2 to Samba3.
> > >
> > > --- In nslu2-general@yahoogroups.com, "kradziwon" wrote:
> > > >
> > > > Thanks, oddballhero. After looking around a bit... Looks like MacOS X
> > 10.8 has little if any support for earlier versions of Samba. Apparently I
> > upgraded both my servers and my Macs right past a whole load of trouble in
> > this area so the only advice I can give is to upgrade Samba or use NFS as
> > an alternative.
> > > >
> > > > --- In nslu2-general@yahoogroups.com, "oddballhero" wrote:
> > > > >
> > > > > ooops
> > > > > Here is the link
> > http://tech.groups.yahoo.com/group/nslu2-general/message/8806
> > > > > --- In nslu2-general@yahoogroups.com, "oddballhero" wrote:
> > > > > >
> > > > > > Kevin, see calguy2123's post with his smb.conf
> > > > > >
> > > > > > --- In nslu2-general@yahoogroups.com, Kevin Radziwon wrote:
> > > > > > >
> > > > > > > With the requisite software you could certainly use NFS shares
> > but I can't imagine that it would be too difficult to get Samba working.
> > How exactly were you mounting the SMB shares in the past? Can you post your
> > smb.conf?
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > ________________________________
> > > > > > > From: calguy2123
> > > > > > > To: nslu2-general@yahoogroups.com
> > > > > > > Sent: Wednesday, January 2, 2013 7:57 PM
> > > > > > > Subject: [nslu2-general] Re: samba2 on pogoplug not accessible
> > from mac
> > > > > > >
> > > > > > > I'm not using avahi, just vanilla smb. Is it possible to create
> > NFS mounts on pogoplug? There is an app called mucommamder which I can use
> > to browse the samba share, but it's not the same thing as a mounted volume.
> > > > > > >
> > > > > > > --- In nslu2-general@yahoogroups.com, Richard Hughes wrote:
> > > > > > > >
> > > > > > > > You da man! I forgot the specific port.
> > > > > > > >
> > > > > > > > On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon wrote:
> > > > > > > >
> > > > > > > > > **
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > If using ZeroConf (Avahi)...
> > > > > > > > >
> > > > > > > > > Check /etc/avahi/services/samba.service to make sure port is
> > set to 445
> > > > > > > > > (old port was 139).
> > > > > > > > >
> > > > > > > > > ________________________________
> > > > > > > > > From: calguy2123
> > > > > > > > > To: nslu2-general@yahoogroups.com
> > > > > > > > > Sent: Tuesday, January 1, 2013 8:35 PM
> > > > > > > > > Subject: [nslu2-general] samba2 on pogoplug not accessible
> > from mac
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > I have optware with samba2 installed on pogoplug and the
> > shares are
> > > > > > > > > accessible from every where on the network, except mac
> > (mountain lion).
> > > > > > > > > When I try to connect, I get a message back that the version
> > of the server
> > > > > > > > > is not supported. Any clues/workarounds?
> > > > > > > > >
> > > > > > > > > ------------------------------------
> > > > > > > > >
> > > > > > > > > Yahoo! Groups Links
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > ------------------------------------
> > > > > > >
> > > > > > > Yahoo! Groups Links
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>

#8831 From: Anthony Takata <htwiz2002@...>
Date: Sat Jan 5, 2013 5:05 pm
Subject: Re: Re: samba2 on pogoplug not accessible from mac
htwiz2005
Send Email Send Email
 
Make sure user "ns" has write perms then and the mac mounts it rw.


On Sat, Jan 5, 2013 at 9:29 AM, calguy2123 <calguy2123@...> wrote:

> **
>
>
> I was finally able to mount it via unfs3 + portmap! Though the shares are
> all readonly in Mac. The same volumes are editable on Pogoplug though...
>
> pogoplug#mount
> /tmp/.cemnt/sda1 on /tmp/.cemnt/mnt_sda1 type ufsd
>
(rw,nosuid,nodev,noexec,noatime,nls=utf8,uid=0,gid=0,fmask=22,dmask=22,nocase,sp\
arse,force)
> /tmp/.cemnt/sdb1 on /tmp/.cemnt/mnt_sdb1 type ext3
> (rw,nosuid,nodev,noexec,noatime,data=ordered)
>
> mac#showmount -e 192.168.1.5
> Export list for 192.168.1.5:
> /tmp/.cemnt/mnt_sda1 192.168.1.0/24
> /tmp/.cemnt/mnt_sdb1 192.168.1.0/24
>
> mac#mount
> 192.168.1.5:/mnt on /Volumes/mnt (nfs, nodev, nosuid, mounted by as)
>
>
> --- In nslu2-general@yahoogroups.com, Anthony Takata wrote:
> >
> > NFS is completely different to Samba, but anything that can be accessed
> as
> > a directory can be exported in NFS.
> > On Jan 4, 2013 11:09 AM, "calguy2123" wrote:
> >
> > > **
>
> > >
> > >
> > > I will try it tonight, but do you think Samba3 'will' work.. or is it
> > > still in trial and error stage.
> > >
> > > I see the pogoplug is mount NTFS drive as UFSD and is R/W accessible
> thru
> > > samba. Would NFS also be able share it?
> > >
> > > thanks!
> > >
> > > --- In nslu2-general@yahoogroups.com, "oddballhero" wrote:
> > > >
> > > > Actually Samba2 has some volume space reporting errors so I usually
> > > suggest installing Samba3.X now. Seems to be working well with my
> plugs and
> > > slugs. See bottom of
> http://www.nslu2-linux.org/wiki/Optware/Plugadditionsto upgrade Samba2 to
> Samba3.
>
> > > >
> > > > --- In nslu2-general@yahoogroups.com, "kradziwon" wrote:
> > > > >
> > > > > Thanks, oddballhero. After looking around a bit... Looks like
> MacOS X
> > > 10.8 has little if any support for earlier versions of Samba.
> Apparently I
> > > upgraded both my servers and my Macs right past a whole load of
> trouble in
> > > this area so the only advice I can give is to upgrade Samba or use NFS
> as
> > > an alternative.
> > > > >
> > > > > --- In nslu2-general@yahoogroups.com, "oddballhero" wrote:
> > > > > >
> > > > > > ooops
> > > > > > Here is the link
> > > http://tech.groups.yahoo.com/group/nslu2-general/message/8806
> > > > > > --- In nslu2-general@yahoogroups.com, "oddballhero" wrote:
> > > > > > >
> > > > > > > Kevin, see calguy2123's post with his smb.conf
> > > > > > >
> > > > > > > --- In nslu2-general@yahoogroups.com, Kevin Radziwon wrote:
> > > > > > > >
> > > > > > > > With the requisite software you could certainly use NFS
> shares
> > > but I can't imagine that it would be too difficult to get Samba
> working.
> > > How exactly were you mounting the SMB shares in the past? Can you post
> your
> > > smb.conf?
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > ________________________________
> > > > > > > > From: calguy2123
> > > > > > > > To: nslu2-general@yahoogroups.com
> > > > > > > > Sent: Wednesday, January 2, 2013 7:57 PM
> > > > > > > > Subject: [nslu2-general] Re: samba2 on pogoplug not
> accessible
> > > from mac
> > > > > > > >
> > > > > > > > I'm not using avahi, just vanilla smb. Is it possible to
> create
> > > NFS mounts on pogoplug? There is an app called mucommamder which I can
> use
> > > to browse the samba share, but it's not the same thing as a mounted
> volume.
> > > > > > > >
> > > > > > > > --- In nslu2-general@yahoogroups.com, Richard Hughes wrote:
> > > > > > > > >
> > > > > > > > > You da man! I forgot the specific port.
> > > > > > > > >
> > > > > > > > > On Wed, Jan 2, 2013 at 10:37 AM, Kevin Radziwon wrote:
> > > > > > > > >
> > > > > > > > > > **
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > If using ZeroConf (Avahi)...
> > > > > > > > > >
> > > > > > > > > > Check /etc/avahi/services/samba.service to make sure
> port is
> > > set to 445
> > > > > > > > > > (old port was 139).
> > > > > > > > > >
> > > > > > > > > > ________________________________
> > > > > > > > > > From: calguy2123
> > > > > > > > > > To: nslu2-general@yahoogroups.com
> > > > > > > > > > Sent: Tuesday, January 1, 2013 8:35 PM
> > > > > > > > > > Subject: [nslu2-general] samba2 on pogoplug not
> accessible
> > > from mac
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > I have optware with samba2 installed on pogoplug and the
> > > shares are
> > > > > > > > > > accessible from every where on the network, except mac
> > > (mountain lion).
> > > > > > > > > > When I try to connect, I get a message back that the
> version
> > > of the server
> > > > > > > > > > is not supported. Any clues/workarounds?
> > > > > > > > > >
> > > > > > > > > > ------------------------------------
> > > > > > > > > >
> > > > > > > > > > Yahoo! Groups Links
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > ------------------------------------
> > > > > > > >
> > > > > > > > Yahoo! Groups Links
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>


[Non-text portions of this message have been removed]

#8832 From: "al" <mdmtbiker@...>
Date: Mon Jan 7, 2013 6:35 pm
Subject: Broke rcS script, no ssh access
shanal4276
Send Email Send Email
 
I have a pogoplug series 4 that I was trying to install optware on and I think I
may have messed up my boot process. I added the line calling for
/etc/init.d/mount _optext higher than was specified thinking that the line in
the rcS mounting the USB was interfering with the optext mount.
I don't have ssh access anymore but the device is on the network and pingable. I
can't do anything from the mypogoplug.com setup page as it does not see any hard
drive attached. I would think that I have the device in a loop, looking for a
device with an opt directory every 60 seconds.

Any help?

Thanks,

Shannon

#8833 From: "oddballhero" <oddballhero@...>
Date: Mon Jan 7, 2013 10:58 pm
Subject: Re: Broke rcS script, no ssh access
oddballhero
Send Email Send Email
 
There is nothing in the mount_optext script that should be interfering with db
dropbear loading or the pogoplug service.  Actually if you do not have your
optware drive plugged in, it doesn't do anything.  There is no loop in the
script unless you modified it, it just goes through the sda/sdb/sdc/sdd one time
and ends.

   What do you mean, the line in rcS mounting the USB?

   Where did you get the idea to put the call for mount_optext ahead of anything?

   You might have accidentally deleted some lines (the ones calling db or
hbmgr.sh).  If the device is showing up in mypogoplug.com, then hbmgr.sh is
loaded and you can hotplug a regular usb drive after booting and it should show
up.  You can also retry turning on SSH access since that sometimes turns off,
happened to me a while back and caused some mild panic.

Also if your optware drive was loaded while you were installing and you shut off
the the pogoplug with out issuing an "sync" and a "halt" command, basically just
pulling the plug, the optware drive is then corrupted and can't be seen by the
pogoplug after bootup.  It needs to fixed with e2fsck.  On pogoplugs, it does
not matter what type of drive you plug in (ntfs, fat32, ext2 or 3), if you shut
it down without ejecting it from mypogogplug.com or not issuing "sync"/"halt",
then you can corrupt your drives easily, optware or not, and they won't show up.
You need to mount them on your desktop and check and fix the drives with
whatever utility you need to use.

   If none of this works, then you have to make and install a serial cable.  See
http://archlinuxarm.org/forum/viewtopic.php?f=3&t=2284 .

Please read through everything above before responding.

--- In nslu2-general@yahoogroups.com, "al"  wrote:
>
> I have a pogoplug series 4 that I was trying to install optware on and I think
I may have messed up my boot process. I added the line calling for
/etc/init.d/mount _optext higher than was specified thinking that the line in
the rcS mounting the USB was interfering with the optext mount.
> I don't have ssh access anymore but the device is on the network and pingable.
I can't do anything from the mypogoplug.com setup page as it does not see any
hard drive attached. I would think that I have the device in a loop, looking for
a device with an opt directory every 60 seconds.
>
> Any help?
>
> Thanks,
>
> Shannon
>

#8834 From: "oddballhero" <oddballhero@...>
Date: Mon Jan 7, 2013 11:54 pm
Subject: Re: Broke rcS script, no ssh access
oddballhero
Send Email Send Email
 
I just saw that some user named m1complex placed a new mount_optext file which
can take up to an hour to run.  Since it can take up to an hour to run so if you
placed it before the db or hbmgr.sh scripts are run and it can't find the drive,
then you have to wait over an hour before your mypogoplug.com service is loaded.
That call to the script has to be placed after everything else or it bogs down
loading the rest of the rcS if it cannot find the opt drive.  Check to make sure
your opt drive is not corrupted.  If you have any issues with that script,
please contact m1complex.

--- In nslu2-general@yahoogroups.com, "al"  wrote:
>
> I have a pogoplug series 4 that I was trying to install optware on and I think
I may have messed up my boot process. I added the line calling for
/etc/init.d/mount _optext higher than was specified thinking that the line in
the rcS mounting the USB was interfering with the optext mount.
> I don't have ssh access anymore but the device is on the network and pingable.
I can't do anything from the mypogoplug.com setup page as it does not see any
hard drive attached. I would think that I have the device in a loop, looking for
a device with an opt directory every 60 seconds.
>
> Any help?
>
> Thanks,
>
> Shannon
>

#8835 From: "al" <mdmtbiker@...>
Date: Tue Jan 8, 2013 12:24 am
Subject: Re: Broke rcS script, no ssh access
shanal4276
Send Email Send Email
 
Thanks for the prompt reply.
I don't have the lines of code in front of me, but I was having trouble getting
the mount_optext to load and mount my USB flash.
I made a decision based on the fact that my drives were showing up in the
mypogoplug.com that something was interfering with the script.
I know I was supposed to put it at the end, but I made a quick decision without
considering the results.

As it turns out, prior to checking back here, I went back to mypogoplug.com and
did what you had suggested (toggle ssh) and it seem to have worked. My drives
show up again, and everything appears to have righted itself.
When I get home I will go back to stock and try again after some more reading.
My DNS forwarder wasn't on due to a beta alt-f install and my wan ip jumped this
afternoon shortly after my error.
Thanks again.
I may try your script this next go around. I went with the other, as it seemed
tailored to the series 4 pp.

I have been very pleased with my slug, and I hope that I fond this iteration of
software to be as useful as that (almost)outdated workhorse.

Thanks,

Shannon

--- In nslu2-general@yahoogroups.com, "oddballhero"  wrote:
>
>
>
> There is nothing in the mount_optext script that should be interfering with db
dropbear loading or the pogoplug service.  Actually if you do not have your
optware drive plugged in, it doesn't do anything.  There is no loop in the
script unless you modified it, it just goes through the sda/sdb/sdc/sdd one time
and ends.
>
>   What do you mean, the line in rcS mounting the USB?
>
>   Where did you get the idea to put the call for mount_optext ahead of
anything?
>
>   You might have accidentally deleted some lines (the ones calling db or
hbmgr.sh).  If the device is showing up in mypogoplug.com, then hbmgr.sh is
loaded and you can hotplug a regular usb drive after booting and it should show
up.  You can also retry turning on SSH access since that sometimes turns off,
happened to me a while back and caused some mild panic.
>
> Also if your optware drive was loaded while you were installing and you shut
off the the pogoplug with out issuing an "sync" and a "halt" command, basically
just pulling the plug, the optware drive is then corrupted and can't be seen by
the pogoplug after bootup.  It needs to fixed with e2fsck.  On pogoplugs, it
does not matter what type of drive you plug in (ntfs, fat32, ext2 or 3), if you
shut it down without ejecting it from mypogogplug.com or not issuing
"sync"/"halt", then you can corrupt your drives easily, optware or not, and they
won't show up.  You need to mount them on your desktop and check and fix the
drives with whatever utility you need to use.
>
>   If none of this works, then you have to make and install a serial cable. 
See http://archlinuxarm.org/forum/viewtopic.php?f=3&t=2284 .
>
> Please read through everything above before responding.
>
> --- In nslu2-general@yahoogroups.com, "al"  wrote:
> >
> > I have a pogoplug series 4 that I was trying to install optware on and I
think I may have messed up my boot process. I added the line calling for
/etc/init.d/mount _optext higher than was specified thinking that the line in
the rcS mounting the USB was interfering with the optext mount.
> > I don't have ssh access anymore but the device is on the network and
pingable. I can't do anything from the mypogoplug.com setup page as it does not
see any hard drive attached. I would think that I have the device in a loop,
looking for a device with an opt directory every 60 seconds.
> >
> > Any help?
> >
> > Thanks,
> >
> > Shannon
> >
>

Messages 8806 - 8835 of 8988   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help