Re: Remote administration of a machine behind NAT

2008-09-10 Thread Bill Shofner

On 09/09/2008 03:13:52 AM, Steve Lamb wrote:

On Tue, Sep 09, 2008 at 10:08:10AM +0300, Andrei Popescu wrote:
 This is not unusual here.

Here being?  Somewhere in +0300 is kinda broad.  :D

--
 Steve C. Lamb | But who can decide what they dream
   PGP Key: 1FC01004   |  and dream I do
---+-



It is also not unheard of in the USA. My parents have an IDSL  
connection through Winstream in KY. They connect through a router at  
the telco (you even need a password) and get a IP address in the  
192.168.  range. I thought it kind of strange that they did not have a  
public IP address, but that seems to be the case.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: cups and samba stop working after upgrade to etch

2007-04-24 Thread Bill Shofner

On 04/24/2007 12:43:57 PM, Florian Kulzer wrote:

On Mon, Apr 23, 2007 at 19:48:49 -0400, Bill Shofner wrote:
 On 04/23/2007 05:58:06 PM, Florian Kulzer wrote:

[...]

 One more thing to try is to get rid of samba completely:

 aptitude --purge-unused purge samba samba-common smbclient
 webmin-samba smbldap-tools

 L550r:/home/bill# aptitude --purge-unused purge samba samba-common

[...]

 and then to reinstall only these packages:

 aptitude install samba samba-common smbclient

 Re-installing samba ...

 L550r:/etc# aptitude install samba samba-common smbclient

[...]

 Setting up samba (3.0.24-6) ...
 Generating /etc/default/samba...
 tdbsam_open: Converting version 0 database to version 3.
 account_policy_get: tdb_fetch_uint32 failed for field 1 (min
password
 length), returning 0
 account_policy_get: tdb_fetch_uint32 failed for field 2 (password
history),
 returning 0
 account_policy_get: tdb_fetch_uint32 failed for field 3 (user must
logon to
 change password), returning 0
 account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum
password
 age), returning 0
 account_policy_get: tdb_fetch_uint32 failed for field 5 (minimum
password
 age), returning 0
 account_policy_get: tdb_fetch_uint32 failed for field 6 (lockout
duration),
 returning 0
 account_policy_get: tdb_fetch_uint32 failed for field 7 (reset count

 minutes), returning 0
 account_policy_get: tdb_fetch_uint32 failed for field 8 (bad lockout

 attempt), returning 0
 account_policy_get: tdb_fetch_uint32 failed for field 9 (disconnect
time),
 returning 0
 account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse
machine
 password change), returning 0

I am not sure what to make of these messages, but I have very little
experience in running a samba server. It seems like the daemons start
up
OK now.

[...]

 Starting Samba daemons: nmbd smbd.

 Setting up smbclient (3.0.24-6) ...


 No error message e-mail this time.  Let me see what I can see from
the
 wife's Windows computer

 When trying to add a printer on my wife's Windows XP machine I am
asked for
 a user name and password to connect to this computer. I supply the
username
 and password but am unable to connect to the printer. Is samba
finally
 running?

You have to set up the exported folders, printers, authorized users,
etc. again. Purging the samba packages removed all your configuration
files, but since we could not isolate the cause of your problem we did
not have much choice. See Greg's recent mail for tips about samba
administration.


I now have samba set up to share the printer with the Windows machines  
on my network, which is all I need.  Thanks very much for your help  
Florian. Thanks also to Greg.


I think you can now also restore the rest of your system (your libc6
version was OK, by the way.) I would do it like this:

1) Comment out all unofficial repositories (including
debian-multimedia)
   in your /etc/apt/sources.list.

2) Run aptitude update and then

   aptitude search '~i!~Odebian'

   to get a list of all unofficial/obsolete packages. Save this list
of
   packages. Verify that nothing important is on the list and run

   aptitude remove '~i!~Odebian'

   (Ask here if you are unsure about what is important.)


I have done the above search and saved the list to a file. I do not  
think there is anything important that could not be re-installed on the  
list, but I would appreciate it if you would let me know if you agree.


L550r:/etc/apt# aptitude search '~i!~Odebian'
i   acroread   - Adobe Acrobat  
Reader: Portable Document Format file viewi   acroread-escript   
- Adobe EScript Plug-In
i   acroread-plugins   - Plugins for Adobe  
Acrobat(R) Reader
i   alsaplayer - PCM player  
designed for ALSA
i A gnome-gv   - GNOME PostScript  
viewer
i   gtkhtml3.2 - HTML  
rendering/editing library - bonobo component binaryi
ipchains   - Network firewalling for Linux 2.2.x
i   ipmasqadm  - Utility for  
configuring extra masquerading functionalityi
kernel-image-2.6.8-1-386   - Linux kernel image for  
version 2.6.8 on 386.
i A libavcodeccvs51- library to encode  
decode multimedia streams - runtime fii A libavformatcvs51   
- ffmpeg file format library
i A libavutilcvs49 - avutil shared  
libraries
i   libbio2jack0   - oss/alsa to jack  
porting lib - runtime files
i   libdb2 - The Berkeley  
database routines (run-time files)
i   libdb4.0   - Berkeley v4.0  
Database Libraries [runtime]
i   libdb4.1   - Berkeley v4.1  
Database Libraries [runtime]
i   libdns11

Re: cups and samba stop working after upgrade to etch

2007-04-23 Thread Bill Shofner

On 04/23/2007 03:25:22 PM, Florian Kulzer wrote:

On Sun, Apr 22, 2007 at 21:10:25 -0400, Bill Shofner wrote:
 On 04/22/2007 11:12:47 AM, Bill Shofner wrote:
 On 04/22/2007 09:57:57 AM, Florian Kulzer wrote:

 On Fri, Apr 20, 2007 at 11:25:26 -0400, Bill Shofner wrote:

 After upgrading my sarge box to etch, I cannot print and samba
no
 longer works. When I re-boot I get the following message from
 root:

 The Samba 'panic action' script, /usr/share/samba/panic-action,
 was called for PID 2540 (/usr/sbin/smbd).

[ CUPS works now, samba does not. One down, one to go... ]

 I do not immediately see anything wrong with your samba-related
 packages. You could try to restart it and hope for a more
illuminating
 error message:

 /etc/init.d/samba restart

 All this did was send another message from root about the Samba
panic
 action script. Just to be sure, I re-booted the computer and got the
same
 message from root again. So samba is still not working.

 Finally, let's check if there are other broken packages on your
system:

 aptitude -F '%c %p %20v' search '~b' | sed 's/ \+/ /g'

 L550r:/home/bill# aptitude -F '%c %p %20v' search '~b' | sed 's/ \+/
/g'

[ snip: 42 broken packages ]

I think you might have to purge and reinstall samba, but first you
should fix the broken packages. (I did not see anything that I could
immediately connect to samba, but it is probably better to get this
out
of the way first.)

The first thing to do is to tell aptitude to figure things out on its
own:

aptitude install -f

If this has nasty side effects such as scheduling the removal of half
of
your system then you should abort the command (you will get that
opportunity in any case, don't worry) and post all output here. We
will
then (hopefully) figure out how to proceed based on the symptoms.

If this command runs OK then you should verify that

aptitude search '~b'

finishes without finding any packages anymore. Once that is achieved
we
will see about samba.

--
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |



L550r:/home/bill# aptitude install -f
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done
Building tag database... Done
The following packages are BROKEN:
  alsaplayer alsaplayer-common balsa dirmngr foomatic-db-hpijs
  foomatic-filters-ppds g-wrap gksu gnome-bin gnucash gnupg2 gpgsm
  gstreamer0.10-plugins-base gstreamer0.10-plugins-good
  gstreamer0.10-plugins-ugly guile-1.6-dev guile-1.6-slib guile-library
  hpijs-ppds kdemultimedia-kfile-plugins kfax kommander libakode2
  libasound2-plugins libavcodec0d libavcodeccvs51 libegroupwise6  
libft-perl
  libglade-gnome0 libglade0 libgnomeprint-bin libgnomeprint15  
libgnomeui32

  libgnorba27 libmime-perl libofx1 libopensc1 libpt-plugins-avc
  libpt-plugins-dc libxine1 mplayer xscreensaver-gl
The following packages will be REMOVED:
  alien alsaplayer-esd alsaplayer-oss cupsomatic-ppd debconf-utils
  debhelper debian-reference-common debian-reference-en dfontmgr
  flashplayer-mozilla foomatic-db foomatic-db-engine foomatic-filters
  gcc-3.3-doc gcc-3.4-doc gconf gettext gnome-audio guile-1.6 hwdata
  intltool-debian liba52-0.7.4 libart2 libbonobo2 libcompfaceg1
  libconvert-binhex-perl libdate-manip-perl libdirectfb-0.9-20
  libdivxdecore0 libdv4 libdvdread3 libefs1 libgal2.2-1  
libgal2.2-common

  libgal23 libgconf11 libgdk-pixbuf-gnome2 libgdk-pixbuf2 libghttp1
  libglade-perl libgle3 libgnome-vfs-common libgnome-vfs0 libgnome2-doc
  libgnorbagtk0 libguppi16 libgwrapguile1 libimlib2 libkpathsea3  
libksba8

  liblame0 libltdl3 libmikmod2 liboaf0 libofx0c102 libopenct0 liborbit0
  libosp4 libpcsclite1 libsamplerate0 libshout3 libsoup2.2-7 libsqlite0
  libswt-mozilla3-java libswt-mozilla3-jni libsysfs1 libt1-5 libtheora0
  libtiff-tools libttf2 libwww0 libxml1 libxvidcore4 oaf po-debconf
  psfontmgr realplayer samba-doc sudo ttf-freefont w32codecs webmin
  webmin-inetd
0 packages upgraded, 0 newly installed, 83 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 146MB will be freed.
The following packages have unmet dependencies:
  libofx1: Depends: libosp4 (= 1.5.1.0-1) but it is not installable
  gnucash: Depends: libltdl3 (= 1.5.2-2) but it is not installable
   Depends: libdate-manip-perl but it is not installable
   Depends: psfontmgr but it is not installable
  gstreamer0.10-plugins-ugly: Depends: liba52-0.7.4 but it is not  
installable
  Depends: libdvdread3 (= 0.9.6) but it  
is not installable

  gnome-bin: Depends: libart2 (= 1.2.13-5) but it is not installable
 Depends: libgnorbagtk0 (= 1.2.13-5) but it is not  
installable

 Depends: liborbit0 (= 0.5.17) but it is not installable
  dirmngr: Depends: libksba8 (= 1.0.0) but it is not installable
  xscreensaver-gl: Depends: libgle3

Re: cups and samba stop working after upgrade to etch

2007-04-23 Thread Bill Shofner

On 04/23/2007 05:58:06 PM, Florian Kulzer wrote:

On Mon, Apr 23, 2007 at 17:00:03 -0400, Bill Shofner wrote:
   On Fri, Apr 20, 2007 at 11:25:26 -0400, Bill Shofner wrote:
 

  After upgrading my sarge box to etch, I cannot print and samba no
  longer works. When I re-boot I get the following message from
root:
 
  The Samba 'panic action' script, /usr/share/samba/panic-action,
was
  called for PID 2540 (/usr/sbin/smbd).

[...]

 L550r:/home/bill# aptitude install -f
 Reading package lists... Done
 Building dependency tree... Done
 Reading extended state information
 Initializing package states... Done
 Writing extended state information... Done
 Reading task descriptions... Done
 Building tag database... Done
 The following packages are BROKEN:
   alsaplayer alsaplayer-common balsa dirmngr foomatic-db-hpijs
   foomatic-filters-ppds g-wrap gksu gnome-bin gnucash gnupg2 gpgsm
   gstreamer0.10-plugins-base gstreamer0.10-plugins-good
   gstreamer0.10-plugins-ugly guile-1.6-dev guile-1.6-slib
guile-library
   hpijs-ppds kdemultimedia-kfile-plugins kfax kommander libakode2
   libasound2-plugins libavcodec0d libavcodeccvs51 libegroupwise6
libft-perl
   libglade-gnome0 libglade0 libgnomeprint-bin libgnomeprint15
libgnomeui32
   libgnorba27 libmime-perl libofx1 libopensc1 libpt-plugins-avc
   libpt-plugins-dc libxine1 mplayer xscreensaver-gl

[ snip: lots of library dependency problems ]

 Score is -1616

 Accept this solution? [Y/n/q/?] y
 The following packages will be REMOVED:
   alien alsaplayer-esd cupsomatic-ppd debhelper
debian-reference-common
   debian-reference-en dfontmgr flashplayer-mozilla gcc-3.3-doc
gcc-3.4-doc
   gconf gnome-audio hwdata intltool-debian libbonobo2
libdirectfb-0.9-20
   libdivxdecore0 libefs1 libgal2.2-1 libgal2.2-common libgal23
libgconf11
   libgdk-pixbuf-gnome2 libghttp1 libglade-perl libgnome-vfs-common
   libgnome-vfs0 libgnome2-doc libguppi16 libgwrapguile1 libimlib2
   libkpathsea3 liboaf0 libofx0c102 libopenct0 libsqlite0
   libswt-mozilla3-java libswt-mozilla3-jni libsysfs1 libt1-5 libwww0
oaf
   po-debconf realplayer samba-doc ttf-freefont w32codecs webmin
   webmin-inetd
 0 packages upgraded, 0 newly installed, 49 to remove and 0 not
upgraded.
 Need to get 0B of archives. After unpacking 116MB will be freed.
 Do you want to continue? [Y/n/?] y

Keep a copy of this list. You should try to reinstall these packages
once your system is fixed. (Only the ones that are not lib...; the
libraries should be installed automatically). I have the feeling that
the dependency problems were caused by debian-multimedia stuff. Please
post your full /etc/apt/sources.list.

[ snip: the packages are removed ]

 L550r:/home/bill# aptitude search '~b'
 L550r:/home/bill#

 The above 2 lines seem to indicate that the broken packages have
been fixed
 or removed,

Just to be clear: Something like that should never happen for an
upgrade to the
next stable Debian release. We have to figure out where it went wrong.
Unfortunately I cannot tell if the underlying problem is also
responsible for
your samba troubles.

 so I did:

 L550r:/home/bill# aptitude purge samba

[ snip: seems to go well ]

 L550r:/home/bill# aptitude install samba

[...]

 Setting up samba (3.0.24-6) ...
 Generating /etc/default/samba...
 Starting Samba daemons: nmbd smbd.

 Since the smbldap-tools package was recommended I decided to install
it.

 L550r:/home/bill# aptitude install smbldap-tools

[...]

 The following NEW packages will be installed:
   libconvert-asn1-perl libcrypt-smbhash-perl libdigest-md4-perl
   libdigest-sha1-perl libio-socket-ssl-perl libjcode-pm-perl
   libnet-ldap-perl libunicode-map-perl libunicode-map8-perl
   libunicode-maputf8-perl libunicode-string-perl smbldap-tools
 0 packages upgraded, 12 newly installed, 0 to remove and 0 not
upgraded.

[ snip: all seems to go well ]

 Since there was no error message when samba was re-installed and
 re-started, I hoped samba was OK, but that is not the case - got
this mail
 message again:

[...]

 The Samba 'panic action' script, /usr/share/samba/panic-action,
 was called for PID 8977 (/usr/sbin/smbd).

 This means there was a problem with the program, such as a segfault.
 Below is a backtrace for this process generated with gdb, which
shows
 the state of the program at the time the error occurred.  The Samba
log
 files may contain additional information about the problem.

 If the problem persists, you are encouraged to first install the
 samba-dbg package, which contains the debugging symbols for the
Samba
 binaries.  Then submit the provided information as a bug report to
 Debian.  For information about the procedure for submitting bug
reports,
 please see http://www.debian.org/Bugs/Reporting or the reportbug(1)
 manual page.

 (no debugging symbols found)
 Using host libthread_db library  
/lib/tls/i686/cmov/libthread_db.so.1.

 (no debugging symbols found)
 (no debugging symbols found)
 (no debugging symbols found)
 (no debugging symbols found

Re: cups and samba stop working after upgrade to etch

2007-04-22 Thread Bill Shofner

On 04/22/2007 09:57:57 AM, Florian Kulzer wrote:

On Sat, Apr 21, 2007 at 18:46:26 -0400, Bill Shofner wrote:
 On 04/21/2007 03:50:43 PM, Florian Kulzer wrote:
 On Fri, Apr 20, 2007 at 11:25:26 -0400, Bill Shofner wrote:
  After upgrading my sarge box to etch, I cannot print and samba no
  longer works.  When I re-boot I get the following message from
  root:
 
  The Samba 'panic action' script, /usr/share/samba/panic-action,
was
  called for PID 2540 (/usr/sbin/smbd).
 
  This means there was a problem with the program, such as a
  segfault.  Below is a backtrace for this process generated with
  gdb, which shows the state of the program at the time the error
  occurred.  The Samba log files may contain additional information
  about the problem.

 [...]

  I cannot print from the printer attached to this system either
and
  when I try to go to http://localhost:631 I get:
 
  An error occurred while loading http://localhost:631: Could not
  connect to host localhost (port 631).

 [...]

  At this point I do not know if the underlying problem is in cups
or samba
  or something else. Any pointers or suggestions will be greatfully
received.

 Just to get this out of the way first: Are you sure that your
upgrade
 is complete? Did you use the procedure outlined in the release
notes?

 Yes, I'm reasonably sure the upgrade is complete.  I did use the
procedure
 in the release notes as closely as I could - it did involve several
 itinerations of upgrade and dist-upgrade until aptitude indicated
there is
 nothing to upgrade. The kernel was upgraded last.

OK, let's take a look at your system. Please post the output of this
command:

dpkg -l \*samba\* \*smb\* \*cups\* udev hotplug | awk '/^[^|D+]/{print
$1,$2,$3}'

and just to be sure also include the result of:

uname -a

--
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |




L550r:/home/bill# dpkg -l \*samba\* \*smb\* \*cups\* udev hotplug | awk  
'/^[^|D+]/{print $1,$2,$3}'

rc cups-pdf 2.4.2-3
ii cupsomatic-ppd 20050430-1
rc cupsys 1.1.23-10sarge1
ii cupsys-bsd 1.2.7-4
ii cupsys-client 1.2.7-4
ii cupsys-common 1.2.7-4
ii cupsys-dbg 1.2.7-4
un cupsys-driver-gimpprint none
un cupsys-pstoraster none
ii cupsys-pt 1.2.4-3+b1
un eggcups none
ii gnome-cups-manager 0.31-3
pn hotplug none
un kdelibs3-cups none
ii libcupsimage2 1.2.7-4
ii libcupsys2 1.2.7-4
rc libcupsys2-gnutls10 1.2.7-4
ii libgnomecups1.0-1 0.2.2-5
rc libgnomecupsui1.0-1 0.25-2.1
ii libgnomecupsui1.0-1c2a 0.31-3
ii libsmbclient 3.0.24-6
un libwcsmbs none
ii samba 3.0.24-6
un samba-client none
ii samba-common 3.0.24-6
ii samba-doc 3.0.24-6
un samba-doc-pdf none
ii smbclient 3.0.24-6
un smbfs none
un smbget none
un smbldap-tools none
ii udev 0.105-4
ii webmin-samba 1.180-3
L550r:/home/bill# uname -a
Linux L550r 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686  
GNU/Linux



Hope you see something useful here. Thanks.
Bill



Re: cups and samba stop working after upgrade to etch

2007-04-22 Thread Bill Shofner

On 04/22/2007 11:12:47 AM, Bill Shofner wrote:

On 04/22/2007 09:57:57 AM, Florian Kulzer wrote:

On Sat, Apr 21, 2007 at 18:46:26 -0400, Bill Shofner wrote:

 On 04/21/2007 03:50:43 PM, Florian Kulzer wrote:
 On Fri, Apr 20, 2007 at 11:25:26 -0400, Bill Shofner wrote:
  After upgrading my sarge box to etch, I cannot print and samba

no

  longer works.  When I re-boot I get the following message from
  root:
 
  The Samba 'panic action' script, /usr/share/samba/panic-

action,

  was called for PID 2540 (/usr/sbin/smbd).


[...]


  I cannot print from the printer attached to this system either
  and when I try to go to http://localhost:631 I get:
 
  An error occurred while loading http://localhost:631: Could

not

  connect to host localhost (port 631).


[...]


OK, let's take a look at your system. Please post the output of this

command:


dpkg -l \*samba\* \*smb\* \*cups\* udev hotplug | awk '/^[^|D+]/
{print
$1,$2,$3}'

and just to be sure also include the result of:


uname -a


[...]


L550r:/home/bill# dpkg -l \*samba\* \*smb\* \*cups\* udev hotplug |
awk
'/^[^|D+]/{print $1,$2,$3}'
rc cups-pdf 2.4.2-3
ii cupsomatic-ppd 20050430-1
rc cupsys 1.1.23-10sarge1
ii cupsys-bsd 1.2.7-4
ii cupsys-client 1.2.7-4
ii cupsys-common 1.2.7-4
ii cupsys-dbg 1.2.7-4
un cupsys-driver-gimpprint none
un cupsys-pstoraster none
ii cupsys-pt 1.2.4-3+b1
un eggcups none
ii gnome-cups-manager 0.31-3
pn hotplug none
un kdelibs3-cups none
ii libcupsimage2 1.2.7-4
ii libcupsys2 1.2.7-4
rc libcupsys2-gnutls10 1.2.7-4
ii libgnomecups1.0-1 0.2.2-5
rc libgnomecupsui1.0-1 0.25-2.1
ii libgnomecupsui1.0-1c2a 0.31-3
ii libsmbclient 3.0.24-6
un libwcsmbs none
ii samba 3.0.24-6
un samba-client none
ii samba-common 3.0.24-6
ii samba-doc 3.0.24-6
un samba-doc-pdf none
ii smbclient 3.0.24-6
un smbfs none
un smbget none
un smbldap-tools none
ii udev 0.105-4
ii webmin-samba 1.180-3
L550r:/home/bill# uname -a
Linux L550r 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686
GNU/Linux



The status of kernel, udev and hotplug seems to be OK.



As far as CUPS is concerned: I am surprised that the cupsys package
has been removed instead of upgraded to version 1.2.7-4. What is the
output of



apt-cache policy cupsys


cupsys:
  Not -Installed
  Candidate: 1.2.7-4
  Version table:
 *** 1.2.7-4 0
500 http://ftp.debian.org stable/main Packages
100 /var/lib/dpkg/status

After seeing this I did an aptitude install cupsys and went to  
http://localhost:631 and congigured my printer. I can now print from  
this machine!  Thank you very much!




I do not immediately see anything wrong with your samba-related
packages. You could try to restart it and hope for a more illuminating
error message:



/etc/init.d/samba restart


All this did was send another message from root about the Samba panic  
action script. Just to be sure, I re-booted the computer and got the  
same message from root again. So samba is still not working.


Finally, let's check if there are other broken packages on your  
system:



aptitude -F '%c %p %20v' search '~b' | sed 's/ \+/ /g'


L550r:/home/bill# aptitude -F '%c %p %20v' search '~b' | sed 's/ \+/ /g'
i alsaplayer 0.99.76-0.3sarge1
i alsaplayer-common 0.99.76-9
i balsa 2.3.13-2
i dirmngr 0.9.6-1+b1
i foomatic-db-hpijs 20061031-1
i foomatic-filters-ppds 20061104-1
i g-wrap 1.9.6-3.1
i gksu 2.0.0-1
i gnome-bin 1.4.2-34
i gnucash 2.0.5-1
i gnupg2 2.0.0-5.2
i gpgsm 2.0.0-5.2
i gstreamer0.10-plugins-base 0.10.10-4
i gstreamer0.10-plugins-good 0.10.4-4
i gstreamer0.10-plugins-ugly 0.10.4-5
i guile-1.6-dev 1.6.8-6
i guile-1.6-slib 1.6.8-6
i guile-library 0.1.2-1
i hpijs-ppds 2.6.10+1.6.10-3
i kdemultimedia-kfile-plugins 4:3.5.5-2
i kfax 4:3.5.5-3
i kommander 4:3.5.5-1
i libakode2 2.0.1-2
i libasound2-plugins 1.0.13-3
i libavcodec0d 0.cvs20060823-8
i libavcodeccvs51 3:20070329-0.0
i libegroupwise6 1.0.4-1
i libft-perl 1.2-16
i libglade-gnome0 1:0.17-8
i libglade0 1:0.17-8
i libgnomeprint-bin 0.37-12
i libgnomeprint15 0.37-12
i libgnomeui32 1.4.2-34
i libgnorba27 1.4.2-34
i libmime-perl 5.420-0.1
i libofx1 1:0.7.0-7
i libopensc1 0.9.6-1
i libpt-plugins-avc 1.10.2-2
i libpt-plugins-dc 1.10.2-2
i libxine1 1.1.2+dfsg-4
i mplayer 1:1.0-rc1svn20070225
i xscreensaver-gl 4.24-5


--

Regards,| http://users.icfo.es/Florian.Kulzer
 Florian   |


Thanks for your help so far.

Bill



Re: cups and samba stop working after upgrade to etch

2007-04-21 Thread Bill Shofner

On 04/21/2007 03:50:43 PM, Florian Kulzer wrote:

On Fri, Apr 20, 2007 at 11:25:26 -0400, Bill Shofner wrote:
 After upgrading my sarge box to etch, I cannot print and samba no
longer
 works.  When I re-boot I get the following message from root:

 The Samba 'panic action' script, /usr/share/samba/panic-action,
 was called for PID 2540 (/usr/sbin/smbd).

 This means there was a problem with the program, such as a segfault.
 Below is a backtrace for this process generated with gdb, which
shows
 the state of the program at the time the error occurred.  The Samba
log
 files may contain additional information about the problem.

[...]

 I cannot print from the printer attached to this system either and
when I
 try to go to http://localhost:631 I get:

 An error occurred while loading http://localhost:631:
 Could not connect to host localhost (port 631).

[...]

 At this point I do not know if the underlying problem is in cups or
samba
 or something else. Any pointers or suggestions will be greatfully
received.

Just to get this out of the way first: Are you sure that your upgrade
is
complete? Did you use the procedure outlined in the release notes?

--
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |




Yes, I'm reasonably sure the upgrade is complete.  I did use the  
procedure in the release notes as closely as I could - it did involve  
several itinerations of upgrade and dist-upgrade until aptitude  
indicated there is nothing to upgrade. The kernel was upgraded last.


Bill



cups and samba stop working after upgrade to etch

2007-04-20 Thread Bill Shofner
After upgrading my sarge box to etch, I cannot print and samba no  
longer works.  When I re-boot I get the following message from root:


The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 2540 (/usr/sbin/smbd).

This means there was a problem with the program, such as a segfault.
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred.  The Samba log
files may contain additional information about the problem.

If the problem persists, you are encouraged to first install the
samba-dbg package, which contains the debugging symbols for the Samba
binaries.  Then submit the provided information as a bug report to
Debian.  For information about the procedure for submitting bug reports,
please see http://www.debian.org/Bugs/Reporting or the reportbug(1)
manual page.

(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1213147456 (LWP 2540)]
0xb7f3b410 in ?? ()
#0  0xb7f3b410 in ?? ()
#1  0x0001 in ?? ()
#2  0x in ?? ()

I cannot print from the printer attached to this system either and when  
I try to go to http://localhost:631 I get:


An error occurred while loading http://localhost:631:
Could not connect to host localhost (port 631).


I thought I would try nmap to see if it suggested anything - results  
below:


L550r:/home/bill# nmap -FA L550r

Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2007-04-20  
10:55 EDT

Warning: Hostname L550r resolves to 2 IPs. Using 127.0.0.1.
Stats: 0:01:29 elapsed; 0 hosts completed (1 up), 1 undergoing Service  
Scan

Service scan Timing: About 90.00% done; ETC: 10:57 (0:00:09 remaining)
Interesting ports on localhost.localdomain (127.0.0.1):
Not shown: 1229 closed ports
PORT  STATE SERVICE  VERSION
9/tcp open  discard?
13/tcpopen  daytime
22/tcpopen  ssh  OpenSSH 4.3p2 Debian 9 (protocol 2.0)
25/tcpopen  smtp Exim smtpd 4.63
37/tcpopen  time  (32 bits)
111/tcp   open  rpcbind   2 (rpc #10)
113/tcp   open  identOpenBSD identd
515/tcp   open  printer
998/tcp   open  busboy?
1/tcp open  http Webmin httpd
No exact OS matches for host (If you know what OS is running on it, see  
http://www.insecure.org/cgi-bin/nmap-submit.cgi).

TCP/IP fingerprint:
SInfo(V=4.11%P=i686-pc-linux-gnu%D=4/20%Tm=4628D4E1%O=9%C=1)
TSeq(Class=RI%gcd=1%SI=204424%IPID=Z)
TSeq(Class=RI%gcd=1%SI=2043CB%IPID=Z)
TSeq(Class=RI%gcd=1%SI=20440D%IPID=Z)
T1(Resp=Y%DF=Y%W=8000%ACK=S++%Flags=AS%Ops=MNNTNW)
T2(Resp=N)
T3(Resp=Y%DF=Y%W=8000%ACK=S++%Flags=AS%Ops=MNNTNW)
T4(Resp=Y%DF=Y%W=0%ACK=O%Flags=R%Ops=)
T5(Resp=Y%DF=Y%W=0%ACK=S++%Flags=AR%Ops=)
T6(Resp=Y%DF=Y%W=0%ACK=O%Flags=R%Ops=)
T7(Resp=Y%DF=Y%W=0%ACK=S++%Flags=AR%Ops=)
PU(Resp=Y%DF=N%TOS=C0%IPLEN=164%RIPTL=148%RID=E%RIPCK=E%UCK=E%ULEN=134%DAT=E)


Service Info: OSs: Linux, OpenBSD

Nmap finished: 1 IP address (1 host up) scanned in 124.605 seconds

This looks like the printer may be on a different port, so I tried  
http:localhost:515 which gave:


An error occurred while loading http://localhost:515:
Connection to host localhost is broken.

At this point I do not know if the underlying problem is in cups or  
samba or something else. Any pointers or suggestions will be greatfully  
received.


Bill