Re: Need help with samba

2010-02-19 Thread Ole-Anders Andreassen

Hi again!

smbclient -U my-username -W NAME_OF_WORKGROUP -L 10.63.150.254

..is bringning me some steps forward.

I now see the names of all the shares on the win2003 server, 
printers, and so on



But how do I mount the share [Felles] as a folder?


OleA




Ole-Anders Andreassen skrev:

Hi!


The teachers at my school need to have to access a
share [felles] on a win2003 server at the town hall.
I want to mount this share as a folder, so that the
teachers using skolelinux don't need to log on.
(if possible)

 From Mac inside our network this is no problem, just
typing smb://10.63.150.254/felles in the file manager.
The same with Ubuntu laptops.


The network look like this:

HOST: tjener.intern
  1. gateway.intern
  2. 10.63.152.1
  3. 10.63.1.2
  4. 10.63.150.254



 From Konqueror it is not possible to use smb:// like I
did on Mac and Ubuntu. The logon dialog box
is popping up, but typing username and password does
not work. The logon box jut pop up again, empty...


smbclient tells me this when run at tjener.


tjener:~# smbclient -N -L  10.63.150.254
Anonymous login successful
Domain=[ORKIDENETT] OS=[Windows Server 2003 R2 3790 Service Pack 2] 
Server=[Windows Server 2003 R2 5.2]


Sharename   Type  Comment
-     ---
cli_rpc_pipe_open: cli_nt_create failed on pipe \srvsvc to machine 
10.63.150.254.  Error was NT_STATUS_ACCESS_DENIED

Error returning browse list: NT_STATUS_ACCESS_DENIED
session request to 10.63.150.254 failed (Called name not present)
session request to 10 failed (Called name not present)
Anonymous login successful
Domain=[ORKIDENETT] OS=[Windows Server 2003 R2 3790 Service Pack 2] 
Server=[Windows Server 2003 R2 5.2]


Server   Comment
----
3LDAE003
63ABLO01
...
...
cut
...
...
63LSADM0163LSADM01
63MORHEG
63PDBI075

WorkgroupMaster
----
ELEVSUNNDAL  63ADOO05
ORKIDENETT   63LSADM01

tjener:~#


OleA





--
To UNSUBSCRIBE, email to debian-edu-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b7e4c5c.9070...@skolelinux.no



Re: Need help with samba

2010-02-19 Thread Philipp Huebner
Hi,

On 19.02.2010 09:31, Ole-Anders Andreassen wrote:
 But how do I mount the share [Felles] as a folder?

`man mount.cifs`

`mount -t cifs` does the same as `mount.cifs`.

All you need is the package smbfs.


Regards,
-- 
 .''`.   Philipp Huebner debala...@debian.org
: :'  :  pgp fp: 6719 25C5 B8CD E74A 5225  3DF9 E5CA 8C49 25E4 205F
`. `'`   HP: http://www.debalance.de, Skype: philipp-huebner
  `- ICQ: 235-524-440, Jabber: der_scha...@jabber.org



signature.asc
Description: OpenPGP digital signature


Re: Need help with samba

2010-02-19 Thread Ole-Anders Andreassen

Can I do this in fstab, if so, what would it look like there?
Would all users be able to access the share?
How do I define group peremissions if this is needed?




Philipp Huebner skrev:

Hi,

On 19.02.2010 09:31, Ole-Anders Andreassen wrote:

But how do I mount the share [Felles] as a folder?


`man mount.cifs`

`mount -t cifs` does the same as `mount.cifs`.

All you need is the package smbfs.


Regards,



--
To UNSUBSCRIBE, email to debian-edu-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b7e6de2.5010...@skolelinux.no



Processed: Re: Bug#570420: debian-edu-install: [INTL:sk] Slovak po-debconf translation

2010-02-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 570420 + pending
Bug #570420 [debian-edu-install] debian-edu-install: [INTL:sk] Slovak 
po-debconf translation
Added tag(s) pending.
 # fixed in svn
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-edu-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126658039430416.transcr...@bugs.debian.org



Re: Need help with samba

2010-02-19 Thread Ole-Anders Andreassen

Able to mount the share using this:

mount -t cifs //10.63.150.254/Felles /mnt/Felles_I -v -o 
user=USERNAME,pass=PASSWORD,domain=ORKIDENETT


On the server I now can view the files. But how do I
mount this share permanently, and how do I make the
folder accessible for teachers?

OleA







Ole-Anders Andreassen skrev:

Can I do this in fstab, if so, what would it look like there?
Would all users be able to access the share?
How do I define group peremissions if this is needed?




Philipp Huebner skrev:

Hi,

On 19.02.2010 09:31, Ole-Anders Andreassen wrote:

But how do I mount the share [Felles] as a folder?


`man mount.cifs`

`mount -t cifs` does the same as `mount.cifs`.

All you need is the package smbfs.


Regards,






--
To UNSUBSCRIBE, email to debian-edu-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b7e81f1.4010...@skolelinux.no



Re: Alix thin client doesn't boot with Lenny

2010-02-19 Thread Petter Reinholdtsen
[Oded Naveh]
 The kernel options for thin-clients are set in a configuration file
 located under the '/var/lib/tftpboot/' subtree, the exact
 subdirectory to look in is set as a DHCP option stored in LDAP, and
 I'm not sure which is right in our Lenny default setting.

For lenny, these files specify the kernel arguments used for LTSP
boot:

  /var/lib/tftpboot/debian-edu/ltsp-diskless.cfg

Diskless workstation boot on the main network (10.0.2.0/23).  Only
present on the main server for combined
main-server+thin-client-server installations.

  /var/lib/tftpboot/debian-edu/ltsp-thin.cfg

Thin client boot on the main network.  Only present on the main
server for combined main-server+thin-client-server installations.

  /var/lib/tftpboot/ltsp/i386/pxelinux.cfg/default

Thin client boot on the thin client network (192.168.0.0/24).
This is present on all thin-client-server installations.

Happy hacking,
-- 
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-edu-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2flzl35xjw9@login2.uio.no