[Bug 403381] Re: jaunty-karmic server upgrade results in two versions of postgresql installed

2011-05-08 Thread Dmole
On the missing 8.3 install instructions:
(untested for now)

DUMP=/my/dump/path
MYDB=preciousdata 
pg_ctlcluster 8.4 main stop
pg_dropcluster 8.4 main
echo -e \ndeb http://security.ubuntu.com/ubuntu hardy-security main 
restricted\ndeb-src http://security.ubuntu.com/ubuntu hardy-security main 
restricted\n/etc/apt/sources.list
apt-get update
apt-get install -y postgresql-8.3
#not needed
#pg_ctlcluster 8.3 main start
# extra backup
cp -r /var/lib/postgresql/8.3/main $DUMP/copy
su postgres -c pg_dumpall -f $DUMP/$MYDB.dump -l $MYDB -U postgres
pg_upgradecluster -v 8.4 8.3 main
pg_ctlcluster 8.3 main stop
pg_dropcluster 8.3 main
pg_ctlcluster 8.4 main start
apt-get remove -y postgresql-8.3


Thanks to Flannel on irc://chat.freenode.net/#ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/403381

Title:
  jaunty-karmic server upgrade results in two versions of postgresql
  installed

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 268536] Re: mount smbfs not working properly after upgrade from 6 to 8

2010-03-11 Thread Dmole
Looking back on my original post I did use those options:
mount -t smbfs -o
username=user,password=short-password,dir_mode=0555,file_mode=0555
//ip/share /media/folder

I can't seem to replicate the behavior at the moment (un-commenting old code
dose not have the same effect as before)
I'm assuming it was fixed some time between Aug 20 2008 (v2.6.24-19)  and
Jan 28 2010 (v2.6.28-18).
mount.cifs //ip/share /media/folder -o
file_mode=0555,dir_mode=0555,r,username=user,password=short-password
also works.
thanks for the help anyway, feel free to close the bug.



On Thu, Mar 11, 2010 at 7:39 AM, Thierry Carrez
thierry.car...@ubuntu.comwrote:

 Those are documented on mount.cifs manpage:
 http://manpages.ubuntu.com/manpages/lucid/en/man8/mount.cifs.8.html

 --
 mount smbfs not working properly after upgrade from 6 to 8
 https://bugs.launchpad.net/bugs/268536
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “samba” package in Ubuntu: Incomplete

 Bug description:
 objective : mount the same SMB share to 2 folders with different
 permissions.

 history: was working before upgrade to v8. Did not find any solutions on
 the web.

 problems:
   1) mounting the same SMB share the second time changes the dmask on the
 first share.
   2) mounting the same SMB share the second time fails with: folder dose
 not exist.
   3) mount --bind ignores fmask and file_mode / dmask and dir_mode
   4) chmod is able to change permissions on mounts
   5) files are created with wrong permissions   re: fmask

 temporary workarounds: ?

 solutions:?

 origonal example:   http://ubuntuforums.org/showthread.php?t=911549

 cat /proc/version
 Linux version 2.6.24-19-generic (bui...@terranova) (gcc version 4.2.3
 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Wed Aug 20 22:56:21 UTC 2008

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/samba/+bug/268536/+subscribe


-- 
mount smbfs not working properly after upgrade from 6 to 8
https://bugs.launchpad.net/bugs/268536
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 268536] Re: mount smbfs not working properly after upgrade from 6 to 8

2010-03-10 Thread Dmole
Hi,
By requested information I assume you mean try it with file_mode and
dir_mode.
There is nothing in man mount about that so you will have to be more
specific about what you want me to try.
Thanks.

On Wed, Mar 10, 2010 at 11:06 AM, Thierry Carrez
thierry.car...@ubuntu.comwrote:

 We'd like to figure out what's causing this bug for you, but we haven't
 heard back from you in a while. Could you please provide the requested
 information? Thanks!



-- 
mount smbfs not working properly after upgrade from 6 to 8
https://bugs.launchpad.net/bugs/268536
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 268536] Re: mount smbfs not working properly after upgrade from 6 to 8

2009-05-30 Thread Dmole
The only outstanding problem is the permissions show as -rwxrwSrwx when
they should show as -r-xr-Sr-x or -r-xr-xr-x

Thierry Carrez :

cifs is what gave me all the other problems and I think smb is a wrapper
for cfs now?

I don't know how to be more precise then what I already said: cat 
/proc/version
Linux version 2.6.24-24-generic (bui...@rothera) (gcc version 4.2.4 (Ubuntu 
4.2.4-1ubuntu4)) #1 SMP Wed Apr 15 15:54:25 UTC 2009 maybe you could tell me 
how or maybe you missed the first post?

Pedro Villavicencio : here is some DebuggingSamba info for you:

categorie: samba as a client.
Did this use to work properly with a previous release ?:yes.

dpkg-query -W -f='${Package} ${Version} ${Source} ${Status}\n' | grep samba
libpam-smbpass 3.0.28a-1ubuntu4.7 samba install ok installed
libsmbclient 3.0.28a-1ubuntu4.7 samba install ok installed
samba 3.0.28a-1ubuntu4.7  install ok installed
samba-common 3.0.28a-1ubuntu4.7 samba install ok installed
samba-doc 3.0.28a-1ubuntu4.7 samba install ok installed
smbclient 3.0.28a-1ubuntu4.7 samba install ok installed
smbfs 3.0.28a-1ubuntu4.7 samba install ok installed
swat 3.0.28a-1ubuntu4.7 samba install ok installed
winbind 3.0.28a-1ubuntu4.7 samba install ok installed

How is the remote share accessed from the Ubuntu system?
mount -t smbfs -r -o username=user,password=pass //192.168.1.100/MrSan 
/media/san

cat /proc/fs/cifs/DebugData
Display Internal CIFS Data Structures for Debugging
---
CIFS Version 1.52
Active VFS Requests: 0
Servers:
entry for 192.168.1.100 not fully displayed
TCP status: 1
Local Users To Server: 2 SecMode: 0x3 Req On Wire: 0
MIDs:

entry for 192.168.1.100 not fully displayed
TCP status: 1
Local Users To Server: 2 SecMode: 0x3 Req On Wire: 0
MIDs:

Shares:
1) \\192.168.1.100\MrSan Uses: 1 Type: NTFS DevInfo: 0x0 Attributes: 0xb
PathComponentMax: 255 Status: 1 type: 0 
2) \\192.168.1.100\MrSan Uses: 1 Type: NTFS DevInfo: 0x0 Attributes: 0xb
PathComponentMax: 255 Status: 1 type: 0

smbclient -L //192.168.1.100
Password: 
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.2.8a-ja-1.1]

Sharename   Type  Comment
-     ---
infoDisk  TeraStation utilities
MrSan   Disk  MrSan
IPC$IPC   IPC Service (MrSan)
ADMIN$  IPC   IPC Service (MrSan)
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.2.8a-ja-1.1]

Server   Comment
----
MRSERVER MrServer
MRSANMrSan

WorkgroupMaster
----
WORKGROUPMRSAN

ls -hal /media/san/Audio/Albums/B/The\ Beatles\ -\ The\ White\ Album\ CD1/ | 
head -n 4
total 272M
drwxrwxrwx   1 root root0 2008-07-20 19:58 .
drwxrwxrwx 624 root root0 2009-05-30 13:39 ..
-rwxrwSrwx   1 root root  18M 2008-07-20 12:32 The Beatles - The White Album 
CD1 - 01 - Back In The U S S R.flac

mkdir /media/san/Audio/Albums/B/The\ Beatles\ -\ The\ White\ Album\ CD1/test
mkdir: cannot create directory `/media/san/Audio/Albums/B/The Beatles - The 
White Album CD1/test': Read-only file system

-- 
mount smbfs not working properly after upgrade from 6 to 8
https://bugs.launchpad.net/bugs/268536
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs