Bug#673185: gnome-shell: segfault in libaccountsservice.so.0.0.0

2012-08-13 Thread Lukasz Szybalski
On Sat, Aug 4, 2012 at 4:55 PM, Lukasz Szybalski wrote:

> Hello,
> Where can I download the updated .deb packages? I need to test if this bug
> fixes the following two grave bugs:
>
> #683092 and #683155
>
> Can you point me to a link with .deb files so I can manually install it
> and confirm the bugs are related or not?:
>
> Thank you,
> Lucas
>


Dissregard...my issues got resolved in 683092 after purging and
reinstalling gnome-shell.

Thanks,
Lucas


Bug#673185: gnome-shell: segfault in libaccountsservice.so.0.0.0

2012-08-04 Thread Lukasz Szybalski
Hello,
Where can I download the updated .deb packages? I need to test if this bug
fixes the following two grave bugs:

#683092 and #683155

Can you point me to a link with .deb files so I can manually install it and
confirm the bugs are related or not?:

Thank you,
Lucas


Bug#601721: installation-reports: Build w/ /boot partition succeeds, but re-boot fails in fsck 445148

2010-10-29 Thread Lukasz Szybalski
On Fri, Oct 29, 2010 at 12:01 PM, Lennart Sorensen
 wrote:
> On Fri, Oct 29, 2010 at 11:08:59AM -0500, Lukasz Szybalski wrote:
>> It seems like Grub.cfg is also using proper drive by UUID.
>>
>> menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian
>> --class gnu-linux --class gnu --class os {
>>         insmod part_msdos
>>         insmod ext2
>>         set root='(hd0,msdos5)'
>>         search --no-floppy --fs-uuid --set 
>> dec79ed9-b96a-47e4-81f0-7e32735b5057
>>         echo    'Loading Linux 2.6.32-5-amd64 ...'
>>         linux   /vmlinuz-2.6.32-5-amd64 root=/dev/mapper/-root ro  
>> quiet
>>         echo    'Loading initial ramdisk ...'
>>         initrd  /initrd.img-2.6.32-5-amd64
>>
>> But somewhere in a boot process system shows:
>>
>> FSCK from Util-Linux-ng 2.17.2
>> unable to resolve UUID=".5b5057
>>
>> (I'm not sure which log after start it would be in :)
>>
>> It seems as the "after system is starting to load" the UUID is not
>> resolved and  /dev/sda and /dev/sdb get loaded incorrectly ?
>
> fsck uses /etc/fstab.  Now my fstab has entries of UUID=xxx-xxx-xxx
> (no quotes).  Perhaps that is the problem.  It appears yours has quotes.
>

It does not. That was my typo, sorry:

/etc/fstab

 /boot was on /dev/sda5 during installation
UUID=dec79ed9-b96a-47e4-81f0-7e32735b5057 /boot   ext2
defaults0   2
# /boot2 was on /dev/sdb1 during installation
UUID=bb0512c5-6de6-4164-a7af-4312a4718ce3 /boot2  ext2
defaults0   2


The temporary solution right now is to change the option (pass) from 2
to 0. Not sure what that does other then checks the FS for corruption
at boot. This will make sure server starts and loads all the services.

UUID=dec79ed9-b96a-47e4-81f0-7e32735b5057 /boot   ext2
defaults0   0

Thanks,
Lucas



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#601721: installation-reports: Build w/ /boot partition succeeds, but re-boot fails in fsck 445148

2010-10-29 Thread Lukasz Szybalski
It seems like Grub.cfg is also using proper drive by UUID.

menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian
--class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set dec79ed9-b96a-47e4-81f0-7e32735b5057
echo'Loading Linux 2.6.32-5-amd64 ...'
linux   /vmlinuz-2.6.32-5-amd64 root=/dev/mapper/-root ro  quiet
echo'Loading initial ramdisk ...'
initrd  /initrd.img-2.6.32-5-amd64

But somewhere in a boot process system shows:

FSCK from Util-Linux-ng 2.17.2
unable to resolve UUID=".5b5057

(I'm not sure which log after start it would be in :)

It seems as the "after system is starting to load" the UUID is not
resolved and  /dev/sda and /dev/sdb get loaded incorrectly ?

Thanks,
Lucas



On Fri, Oct 29, 2010 at 10:10 AM, Lukasz Szybalski  wrote:
> What I don't understand is that in squezze the fstab shows:
>
> /etc/fstab
>
> # /boot was on /dev/sda5 during installation
> UUID=dec79ed9-b96a-47e4-81f0-7e32735b5057 /boot           ext2
> defaults        0       2
> # /boot2 was on /dev/sdb1 during installation
> UUID=bb0512c5-6de6-4164-a7af-4312a4718ce3 /boot2          ext2
> defaults        0       2
>
> Which means system figured out that the sda and sdb swapped, and used
> the UUID to mount the folders, but why am I still getting the "fsck"
> failed? Is that happening during boot, and fstab is not involved. If
> that's the case which file needs to be modified? I would figure that
> the same process that updated fstab would update the other file? (Is
> the other file a grub file or?)
>
> Thanks,
> Lucas
>



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#601721: installation-reports: Build w/ /boot partition succeeds, but re-boot fails in fsck 445148

2010-10-29 Thread Lukasz Szybalski
What I don't understand is that in squezze the fstab shows:

/etc/fstab

# /boot was on /dev/sda5 during installation
UUID=dec79ed9-b96a-47e4-81f0-7e32735b5057 /boot   ext2
defaults0   2
# /boot2 was on /dev/sdb1 during installation
UUID=bb0512c5-6de6-4164-a7af-4312a4718ce3 /boot2  ext2
defaults0   2

Which means system figured out that the sda and sdb swapped, and used
the UUID to mount the folders, but why am I still getting the "fsck"
failed? Is that happening during boot, and fstab is not involved. If
that's the case which file needs to be modified? I would figure that
the same process that updated fstab would update the other file? (Is
the other file a grub file or?)

Thanks,
Lucas



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#601721: installation-reports: Build w/ /boot partition succeeds, but re-boot fails in fsck 445148

2010-10-28 Thread Lukasz Szybalski
On Thu, Oct 28, 2010 at 7:41 PM, Samuel Thibault  wrote:
> Lukasz Szybalski, le Thu 28 Oct 2010 19:31:51 -0500, a écrit :
>> There was no changes to the bios system. The system was installed then 
>> rebooted.
>
> Ok.
> It may just be a difference between the order in which modules get
> loaded from initrd at reboot and modules get loaded by d-i. But in
> principle fstab should be filled with UUIDs by default instead of
> explicit device names. You have mounted them by hand in partman, right?
> I guess what's missing here is to use UUIDs in that case too.
>

I've mounted /boot partition manually on a sba during installation
process, but after reboot /boot partition seem to be on sdb based on
what fdisk -l /dev/sdb says. I guess that's what you mean by: "mounted
them by hand in partman"

The final result is that "server does not boot all the way". It waits
for user input. ctrl + D or enter administrative password.

Thanks,
Lucas



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#537406: Fwd: Bug#537406: migrationtools: mailer-daemon and ldap_add: Invalid syntax objectClass: value #0 invliad syntax

2009-07-20 Thread Lukasz Szybalski
Hello,

I've referenced our bug in

http://lucasmanual.com/mywiki/OpenLdap#head-7e721d85e0ee722722b213b589560d23d9a2c9f6

I've run the migration tools with proper command(this is the only
command that will work on Debian lenny):

LDAPADD="/usr/bin/ldapadd -c" ./migrate_all_online.sh

Debian lenny (tested on 2 separate brand new installations(amd64 and
i386) causes migrationtools to create localhost entry twice. Whether
it is from ipv4 and ipv6 I do not know. I've sent an email to
debian-users asking where is migrationtools taking its users list, and
why it duplicates localhost.

Thanks for closing this bug.  I would appreciate if you update your
readme to mention the misc.schema requirement.

I would appreciate if you update your README.Debian to say
1. "misc.schema is required in slapd.conf before running this package",
2.  Edit is required in migrate_common.ph to change the domain from
padl.com to mycomapny.com. migrationtools does not read /etc/mailname
so the change needs to be done by user.
3. If you need to start from scratch (empty database) run
dpkg-reconfigure slapd and purge the database.

I think I should open a new ticket "feature request" or "normal bug"
because default setup even after adjusting common.ph and slapd.conf
does not work. It will never finish successfully on debian lenny
unless user customized the system so that migationtools doesn't fail.

Either migration tools should be modified to be smart and don't
duplicate entries or default run command should be:

LDAPADD="/usr/bin/ldapadd -c" ./migrate_all_online.sh

I think this run command is sufficient do.

Thank you for your help,
Lucas


-- Forwarded message --
From: Lukasz Szybalski 
Date: Sun, Jul 19, 2009 at 1:02 PM
Subject: Re: Bug#537406: migrationtools: mailer-daemon and ldap_add:
Invalid syntax objectClass: value #0 invliad syntax
To: 537...@bugs.debian.org


On Sat, Jul 18, 2009 at 10:28 AM, Jonas Smedegaard wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On Fri, Jul 17, 2009 at 06:35:00PM -0500, Lukasz Szybalski wrote:
>>On Fri, Jul 17, 2009 at 6:14 PM, Lukasz Szybalski
>>wrote: ok...I've looked at the other bugs for this package and tried
>>adding
>>
>>misc.schema.
>
>
>>adding new entry "cn=localhost,ou=Hosts,dc=mycompany,dc=com"
>>ldap_add: Already exists (68)
>
> Fix your system to not contain duplicates, or read the README.Debian
> file regarding how to force-inject (which skips them.
>
> Again: This is not a bug in the tool.

Is it normal that it creates localhost account for ipv4 and ipv6?
It seems as ipv6 items have ipv6-localhost like syntax, but localhost does not.


My hosts file...
127.0.0.1 localhost


# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet


Thanks,
Lucas



--
Using rsync. How to setup rsyncd.
http://lucasmanual.com/mywiki/rsync
OpenLdap - From start to finish.
http://lucasmanual.com/mywiki/OpenLdap



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#537406: migrationtools: mailer-daemon and ldap_add: Invalid syntax objectClass: value #0 invliad syntax

2009-07-19 Thread Lukasz Szybalski
On Sat, Jul 18, 2009 at 10:28 AM, Jonas Smedegaard wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On Fri, Jul 17, 2009 at 06:35:00PM -0500, Lukasz Szybalski wrote:
>>On Fri, Jul 17, 2009 at 6:14 PM, Lukasz Szybalski
>>wrote: ok...I've looked at the other bugs for this package and tried
>>adding
>>
>>misc.schema.
>
>
>>adding new entry "cn=localhost,ou=Hosts,dc=mycompany,dc=com"
>>ldap_add: Already exists (68)
>
> Fix your system to not contain duplicates, or read the README.Debian
> file regarding how to force-inject (which skips them.
>
> Again: This is not a bug in the tool.

Is it normal that it creates localhost account for ipv4 and ipv6?
It seems as ipv6 items have ipv6-localhost like syntax, but localhost does not.


My hosts file...
127.0.0.1 localhost


# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet


Thanks,
Lucas



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#445133: patch

2008-01-17 Thread Lukasz Szybalski
If your install faild:

rm /usr/share/bcm43xx-fwcutter/install_bcm43xx_firmware.sh
Downalod the file I attached (its taken from lenny package. Its
exactly the what it should be)

cp install_bcm43xx_firmware.sh /usr/share/bcm43xx-fwcutter/

then
 apt-get install bcm43xx-fwcutter

Done.


install_bcm43xx_firmware.sh
Description: Bourne shell script


Bug#443070: hylafax-server: faxaddmodem doesn't release lock file in /var/lock/

2007-09-28 Thread Lukasz Szybalski
On 9/28/07, Giuseppe Sacco <[EMAIL PROTECTED]> wrote:
> Hi Lukasz,
> I read your logs, but I need one more information (at least): what shell
> are you using? And what version is it?
faxserver:/home/x# sh --version
GNU bash, version 3.1.17(1)-release (i486-pc-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.

Does that help?
Lucas



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



Bug#443070: hylafax-server: Sorry, the device is currently in use by another program - faxaddmodem does not remove LCK..ttyS file

2007-09-22 Thread Lukasz Szybalski
On 9/21/07, Giuseppe Sacco <[EMAIL PROTECTED]> wrote:
> On Thu, 20 Sep 2007 11:15:16 -0500 "Lukasz Szybalski" <[EMAIL PROTECTED]> 
> wrote:
> [...]
> > faxserver:/home/# faxaddmodem
> > Serial port that modem is connected to [ttyS0]? ttyS3
> > Sorry, the device is currently in use by another program.
>
> Hi Lukasz,
> I think I found the problem: when faxaddmodem test the availability of the 
> device, it check for a lock. This lock is usually a file.
> Could you please check if you have files like /var/lock/LCK..ttyS* ?


Probing for best speed to talk to modem: 38400 19200 9600 4800 2400 1200
Unable to deduce DTE-DCE speed; check that you are using the
correct device and/or that your modem is setup properly.  If
all else fails, try the -s option to lock the speed.

faxserver:/home/xxx# faxaddmodem
Serial port that modem is connected to [ttyS0]? ttyS3
Sorry, the device is currently in use by another program.

faxserver:/home/# cat /var/lock/LCK..ttyS3
  6302
faxserver:/home/# ps -A
  PID TTY  TIME CMD
1 ?00:00:01 init
2 ?00:00:00 migration/0
3 ?00:00:00 ksoftirqd/0
4 ?00:00:00 migration/1
5 ?00:00:00 ksoftirqd/1
6 ?00:00:00 events/0
7 ?00:00:00 events/1
8 ?00:00:00 khelper
9 ?00:00:00 kthread
   13 ?00:00:00 kblockd/0
   14 ?00:00:00 kblockd/1
   15 ?00:00:00 kacpid
  107 ?00:00:00 kseriod
  149 ?00:00:00 pdflush
  150 ?00:00:00 pdflush
  151 ?00:00:00 kswapd0
  152 ?00:00:00 aio/0
  153 ?00:00:00 aio/1
  311 ?00:00:00 kirqd
  642 ?00:00:00 khubd
  680 ?00:00:00 ata/0
  681 ?00:00:00 ata/1
  682 ?00:00:00 ata_aux
  780 ?00:00:00 scsi_eh_0
  781 ?00:00:00 scsi_eh_1
 1114 ?00:00:00 kjournald
 1302 ?00:00:00 udevd
 1736 ?00:00:00 kpsmoused
 2018 ?00:00:00 kmirrord
 2361 ?00:00:00 portmap
 2619 ?00:00:00 syslogd
 2625 ?00:00:00 klogd
 2661 ?00:00:00 hpiod
 2665 ?00:00:00 python
 2759 ?00:00:00 mysqld_safe
 2796 ?00:00:00 mysqld
 2797 ?00:00:00 logger
 2910 ?00:00:00 acpid
 2934 ?00:00:00 cupsd
 2947 ?00:00:00 dbus-daemon
 2955 ?00:00:01 hald
 2956 ?00:00:00 hald-runner
 2962 ?00:00:00 hald-addon-acpi
 2973 ?00:00:00 hald-addon-keyb
 2979 ?00:00:00 hald-addon-stor
 2990 ?00:00:00 dhcdbd
 2997 ?00:00:00 NetworkManager
 3012 ?00:00:00 avahi-daemon
 3013 ?00:00:00 avahi-daemon
 3020 ?00:00:00 NetworkManagerD
 3084 ?00:00:00 exim4
 3510 ?00:00:00 dhclient
 4126 ?00:00:00 faxq
 4128 ?00:00:00 hfaxd
 4178 ?00:00:00 papd
 4180 ?00:00:00 afpd
 4182 ?00:00:00 cnid_metad
 4210 ?00:00:00 nfsd4
 4211 ?00:00:00 nfsd
 4212 ?00:00:00 nfsd
 4213 ?00:00:00 nfsd
 4214 ?00:00:00 nfsd
 4215 ?00:00:00 nfsd
 4216 ?00:00:00 nfsd
 4217 ?00:00:00 nfsd
 4218 ?00:00:00 nfsd
 4220 ?00:00:00 lockd
 4221 ?00:00:00 rpciod/0
 4222 ?00:00:00 rpciod/1
 4225 ?00:00:00 rpc.mountd
 4235 ?00:00:00 inetd
 4260 ?00:00:01 nmbd
 4262 ?00:00:00 smbd
 4268 ?00:00:00 smbd
 4273 ?00:00:00 sshd
 4292 ?00:00:00 winbindd
 4341 ?00:00:00 winbindd
 4361 ?00:00:00 gdm
 4367 ?00:00:00 gdm
 4368 tty7 00:00:02 Xorg
 4375 ?00:00:00 rpc.statd
 4387 ?00:00:00 rpc.idmapd
 4426 ?00:00:00 atd
 4440 ?00:00:00 cron
 4468 tty1 00:00:00 getty
 4469 tty2 00:00:00 getty
 4470 tty3 00:00:00 getty
 4471 tty4 00:00:00 getty
 4472 tty5 00:00:00 getty
 4473 tty6 00:00:00 getty
 5940 ?00:00:00 x-session-manag
 5983 ?00:00:00 ssh-agent
 5986 ?00:00:00 dbus-launch
 5987 ?00:00:00 dbus-daemon
 5989 ?00:00:00 gconfd-2
 5992 ?00:00:00 gnome-keyring-d
 5994 ?00:00:00 bonobo-activati
 5996 ?00:00:00 gnome-settings-
 5999 ?00:00:00 metacity
 6010 ?00:00:00 gnome-panel
 6012 ?00:00:01 nautilus
 6018 ?00:00:00 gnome-volume-ma
 6020 ?00:00:00 vino-session
 6022 ?00:00:00 bluetooth-apple
 6024 ?00:00:00 update-notifier
 6026 ?00:00:00 wnck-applet
 6031 ?00:00:00 gnome-vfs-daemo
 6033 ?00:00:00 nm-applet
 6035 ?00:00:00 gnome-cups-icon
 6039 ?00:00:00 gnome-power-man
 6043 ?00:00:00 gnome-netstatus
 6045 ?00:00:00 multiload-apple
 6047 ?00:00:00 trashapplet
 6050 ?00:00:00 modem_applet
 6051 pts/000:00:02 perl
 6055 ?00:00:00 mapping-daemon
 6059 ?00:00:00 mixer_applet2
 6061 ? 

Bug#443070: hylafax-server: Sorry, the device is currently in use by another program.

2007-09-20 Thread Lukasz Szybalski
Hello,

On 9/20/07, Giuseppe Sacco <[EMAIL PROTECTED]> wrote:
> Hi Lucas,
> what card are you using?
My motherboard (on hp-compaq dc7100 PC) has one build in serial port
(IRQ4 per bios)

I have added
Startech.com
I/O CARD
4 port PCI 16550 Serial Card
Model:PCI4s550n

If this makes a difference:
On my previous machine DELL I have installed the same card but only
the 2 Ports card. It is working perfectly on upgraded etch with
ttyS14,15. The difference in installation between my old machine and a
new one is that the card was added after install of the system on
DELL, VS in current system HP I have installed the card before system
was installed.

> the output of these commands:
>
> # cat /proc/devices
faxserver:/home/xxx# cat /proc/devices
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 /dev/vc/0
  4 tty
  4 ttyS
  5 /dev/tty
  5 /dev/console
  5 /dev/ptmx
  6 lp
  7 vcs
 10 misc
 13 input
 14 sound
 29 fb
 99 ppdev
116 alsa
128 ptm
136 pts
180 usb
189 usb_device
226 drm

Block devices:
  1 ramdisk
  2 fd
  3 ide0
  7 loop
  8 sd
 65 sd
 66 sd
 67 sd
 68 sd
 69 sd
 70 sd
 71 sd
128 sd
129 sd
130 sd
131 sd
132 sd
133 sd
134 sd
135 sd
254 device-mapper

> # for i in $(find /proc -name \*serial\*)
>   do
> echo '***' $i
> [ -f "$i" ] && cat "$i" || ls -l "$i"
>   done
*** /proc/tty/driver/serial
serinfo:1.0 driver revision:
0: uart:16550A port:03F8 irq:4 tx:0 rx:0 CTS|DSR|CD|RI
1: uart:16550A port:1010 irq:201 tx:0 rx:0 RTS|DTR
2: uart:16550A port:1018 irq:201 tx:0 rx:0 CTS|DSR
3: uart:16550A port:1020 irq:201 tx:0 rx:0

> # (lspci ; lspci -n) | sort
faxserver:/home/# (lspci ; lspci -n) | sort
00:00.0 0600: 8086:2580 (rev 04)
00:00.0 Host bridge: Intel Corporation 915G/P/GV/GL/PL/910GL Express
Memory Controller Hub (rev 04)
00:02.0 0300: 8086:2582 (rev 04)
00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL
Express Chipset Family Graphics Controller (rev 04)
00:02.1 0380: 8086:2782 (rev 04)
00:02.1 Display controller: Intel Corporation 82915G Express Chipset
Family Graphics Controller (rev 04)
00:1c.0 0604: 8086:2660 (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) PCI Express Port 1 (rev 03)
00:1c.1 0604: 8086:2662 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) PCI Express Port 2 (rev 03)
00:1d.0 0c03: 8086:2658 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) USB UHCI #1 (rev 03)
00:1d.1 0c03: 8086:2659 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) USB UHCI #2 (rev 03)
00:1d.2 0c03: 8086:265a (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) USB UHCI #3 (rev 03)
00:1d.3 0c03: 8086:265b (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) USB UHCI #4 (rev 03)
00:1d.7 0c03: 8086:265c (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) USB2 EHCI Controller (rev 03)
00:1e.0 0604: 8086:244e (rev d3)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d3)
00:1e.2 0401: 8086:266e (rev 03)
00:1e.2 Multimedia audio controller: Intel Corporation
82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1f.0 0601: 8086:2640 (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC
Interface Bridge (rev 03)
00:1f.1 0101: 8086:266f (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) IDE Controller (rev 03)
00:1f.2 0101: 8086:2651 (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA
Controller (rev 03)
05:04.0 0700: 9710:9845 (rev 01)
05:04.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O
Controller (rev 01)
40:00.0 0200: 14e4:1677 (rev 01)
40:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751
Gigabit Ethernet PCI Express (rev 01)

> # lsof | grep ttyS
faxserver:/home/#  lsof | grep ttyS
faxserver:/home/# faxaddmodem Serial port that modem is connected
to [ttyS0]?
Sorry, the device is currently in use by another program.
faxserver:/home/#  lsof | grep ttyS
faxserver:/home/xxx#


And here is a DMESG:

faxserver:/home/# dmesg |grep ttyS
serial8250: ttyS3 at I/O 0x2e8 (irq = 3) is a 16550A
00:08: ttyS3 at I/O 0x2e8 (irq = 4) is a 16550A
:05:04.0: ttyS0 at I/O 0x1010 (irq = 201) is a 16550A
:05:04.0: ttyS1 at I/O 0x1018 (irq = 201) is a 16550A
:05:04.0: ttyS2 at I/O 0x1020 (irq = 201) is a 16550A
ttyS0: LSR safety check engaged!
ttyS0: LSR safety check engaged!
ttyS0: LSR safety check engaged!
ttyS0: LSR safety check engaged!
ttyS0: LSR safety check engaged!
ttyS0: LSR safety check engaged!

There is a safety check which I am not sure what it means, but the
busy problems exists on other modems. Example:

If I run a faxaddmodem on ttyS3

..
...
Probing for best speed to talk to modem:

Unable to deduce DTE-DCE speed; check that you are using the
correct device and/or that your mode

Bug#443070: hylafax-server: Sorry, the device is currently in use by another program.

2007-09-20 Thread Lukasz Szybalski
On 9/18/07, Giuseppe Sacco <[EMAIL PROTECTED]> wrote:
> Hi Lucas,
> faxaddmodem tell you that the device is in use, so probably the device
> is in use. Could you please check who is using the device? One way to
> see the process id is:
>
> [EMAIL PROTECTED]:~$ sudo lsof /dev/ttyS0
> Password:
> COMMAND   PID USER   FD   TYPE DEVICE SIZE NODE NAME
> faxgetty 3196 uucp8u   CHR   4,64  1847 /dev/ttyS0
> [EMAIL PROTECTED]:~$
>
It seems as nothing is using it.

Are these ok [yes]?

Now we are going to probe the tty port to figure out the type
of modem that is attached.  This takes a few seconds, so be patient.
Note that if you do not have the modem cabled to the port, or the
modem is turned off, this may hang (just go and cable up the modem
or turn it on, or whatever).

Probing for best speed to talk to modem:
Unable to deduce DTE-DCE speed; check that you are using the
correct device and/or that your modem is setup properly.  If
all else fails, try the -s option to lock the speed.
faxserver:/home/# faxaddmodem
Serial port that modem is connected to [ttyS0]? ttyS0
Sorry, the device is currently in use by another program.
faxserver:/home/# lsof /dev/ttyS0
faxserver:/home/x# faxaddmodem
Serial port that modem is connected to [ttyS0]?
Sorry, the device is currently in use by another program.

What else can it be?I
What I am doing here is that I have a 4 port serial card that I am
connecting one modem to each port one by one and setting up the config
files until the rest of the modems get here.
Would that have anything to do with it? It has worked on the previous
sarge version so I don't think that's the case.

Lucas



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



Bug#439357: X server faild-no usable configuration

2007-08-24 Thread Lukasz Szybalski
I actually upgraded to testing. That didn't work.

I have reinstalled stable again and it has worked the second time.
I am not sure what I could do differently. other then running
installgui the first time and install the second time.

I have installed package 915resolution to fix the 1440x900 resolution
which was not in the list...

Right now the system is working.
Would you like me to send you any configuration file that might help?


Lucas


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



Bug#395493: Can't send messages to list

2006-11-15 Thread Lukasz Szybalski

On 11/15/06, Lionel Elie Mamane <[EMAIL PROTECTED]> wrote:

On Fri, Nov 10, 2006 at 12:48:01PM -0800, Mark Sapiro wrote:
> Lukasz Szybalski wrote:
>>Lukasz Szybalski wrote:

>>> I put the original smtplib.py file back in
>>> /varlib/python.3/smtplib.py and i get the same problem again.

>> Please not the smtlib.py is the one given to me and smtlib.py.1 is
>> the original one causing the problem.

> Your diff and the smtplib.py (the file you refer to above as
> smtplib.py.1) you posted to the bug report confirm that this file is
> essentially unchanged from the Python 2.3 base smtplib.py.

> Therefore, I have to conclude that the symptom you see when you put
> this in the Python library is due to the debug writes being to stdout
> instead of stderr.

> Thus, I think you still have the added

> self.__conn.set_debuglevel(1)

> line in SMTPDirect.py. I think if you remove this line and then put
> the original smtplib.py back in the python library (and to be sure,
> remove the smtplib.pyc and smtplib.pyo to force a recompile),
> Mailman will continue to send OK.

Lukasz, please either confirm or inform that prediction, which I would
tend to agree with. If it is true, I can close the bug.


Yes he is correct. I just but back the original file, removed debug
level line, and everything seems to be working. I'll let you know if
anything comes up, but for now this bug is solved for me.

Thank you both very much for your help.
Sincerely,
Lukasz Szybalski


--
Lionel




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



Bug#395493: [Mailman-Users] Can't send messages to list

2006-11-08 Thread Lukasz Szybalski


Long story short. I replaced these files, removed pyc and pyo and
suddenly everything works like magic again. No more timeouts.
I'll try to get originals back in place and see how that works. I'll
keep you posted.



I put the original smtplib.py file back in /usr/lib/python2.3/smtplib.py
and i get the same problem again.

Nov 08 16:41:31 2006 (13973) Low level smtp error: [Errno 9] Bad file
descriptor, msgid:
<[EMAIL PROTECTED]>
Nov 08 16:46:31 2006 (13973) delivery to [EMAIL PROTECTED] failed with
code -1: [Errno 9] Bad file descriptor
Nov 08 16:46:31 2006 (13973) Low level smtp error: [Errno 9] Bad file
descriptor, msgid: <[EMAIL PROTECTED]>
Nov 08 16:46:31 2006 (13973) delivery to [EMAIL PROTECTED] failed with
code -1: [Errno 9] Bad file descriptor

So i guess i will stick with the file you have sent me. Should i
reinstall python2.3, or ?
I'm attaching the orignal smtplib.py

Luaksz

You can get the files from
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395493



--
Universal Information Crawler
http://uicrawler.sourceforge.net/
#! /usr/bin/python2.3

'''SMTP/ESMTP client class.

This should follow RFC 821 (SMTP), RFC 1869 (ESMTP), RFC 2554 (SMTP
Authentication) and RFC 2487 (Secure SMTP over TLS).

Notes:

Please remember, when doing ESMTP, that the names of the SMTP service
extensions are NOT the same thing as the option keywords for the RCPT
and MAIL commands!

Example:

  >>> import smtplib
  >>> s=smtplib.SMTP("localhost")
  >>> print s.help()
  This is Sendmail version 8.8.4
  Topics:
  HELOEHLOMAILRCPTDATA
  RSETNOOPQUITHELPVRFY
  EXPNVERBETRNDSN
  For more info use "HELP ".
  To report bugs in the implementation send email to
  [EMAIL PROTECTED]
  For local information send email to Postmaster at your site.
  End of HELP info
  >>> s.putcmd("vrfy","[EMAIL PROTECTED]")
  >>> s.getreply()
  (250, "Somebody OverHere <[EMAIL PROTECTED]>")
  >>> s.quit()
'''

# Author: The Dragon De Monsyne <[EMAIL PROTECTED]>
# ESMTP support, test code and doc fixes added by
# Eric S. Raymond <[EMAIL PROTECTED]>
# Better RFC 821 compliance (MAIL and RCPT, and CRLF in data)
# by Carey Evans <[EMAIL PROTECTED]>, for picky mail servers.
# RFC 2554 (authentication) support by Gerhard Haering <[EMAIL PROTECTED]>.
#
# This was modified from the Python 1.5 library HTTP lib.

import socket
import re
import rfc822
import base64
import hmac
from email.base64MIME import encode as encode_base64

__all__ = ["SMTPException","SMTPServerDisconnected","SMTPResponseException",
   "SMTPSenderRefused","SMTPRecipientsRefused","SMTPDataError",
   "SMTPConnectError","SMTPHeloError","SMTPAuthenticationError",
   "quoteaddr","quotedata","SMTP"]

SMTP_PORT = 25
CRLF="\r\n"

OLDSTYLE_AUTH = re.compile(r"auth=(.*)", re.I)

# Exception classes used by this module.
class SMTPException(Exception):
"""Base class for all exceptions raised by this module."""

class SMTPServerDisconnected(SMTPException):
"""Not connected to any SMTP server.

This exception is raised when the server unexpectedly disconnects,
or when an attempt is made to use the SMTP instance before
connecting it to a server.
"""

class SMTPResponseException(SMTPException):
"""Base class for all exceptions that include an SMTP error code.

These exceptions are generated in some instances when the SMTP
server returns an error code.  The error code is stored in the
`smtp_code' attribute of the error, and the `smtp_error' attribute
is set to the error message.
"""

def __init__(self, code, msg):
self.smtp_code = code
self.smtp_error = msg
self.args = (code, msg)

class SMTPSenderRefused(SMTPResponseException):
"""Sender address refused.

In addition to the attributes set by on all SMTPResponseException
exceptions, this sets `sender' to the string that the SMTP refused.
"""

def __init__(self, code, msg, sender):
self.smtp_code = code
self.smtp_error = msg
self.sender = sender
self.args = (code, msg, sender)

class SMTPRecipientsRefused(SMTPException):
"""All recipient addresses refused.

The errors for each recipient are accessible through the attribute
'recipients', which is a dictionary of exactly the same sort as
SMTP.sendmail() returns.
"""

def __init__(self, recipients):
self.recipients = recipients
self.args = ( recipients,)


class SMTPDataError(SMTPResponseException):
"""The SMTP server didn't accept the data."""

class SMTPConnectError(SMTPResponseException):
"""Error during connection establishment."""

class SMTPHeloError(SMTPResponseException):
"""The server refused our HELO reply."""

class SMTPAuthenticationError(SMTPResponseException):
"""Authentication error.

Most probably the server didn't accept the username/password
combination provided.
"""

class SSLFakeSocket:
"""A 

Bug#395493: [Pkg-mailman-hackers] Bug#395493: mailman: smtp-failure:timeout, bad file descriptor, set_debuglevel

2006-11-03 Thread Lukasz Szybalski

I replaced these files and everything works again. I'll give it 24h
and put the old files back and see if mailman works again..

Thank you very much.
Lukasz

for the record...


Lukasz Szybalski wrote:

/var/lib/mailman/Mailman/Handlers/SMTPDirect.py

>That is the file i patched SMTPDirect.py
>
> 57 class Connection:
> 58 def __init__(self):
> 59 self.__conn = None
> 60
> 61 def __connect(self):
> 62 self.__conn = smtplib.SMTP()
> 63 self.__conn.set_debuglevel(1)
> 64 self.__conn.connect(mm_cfg.SMTPHOST, mm_cfg.SMTPPORT)
> 65self.__numsessions=mm_cfg.SMTP_MAX_SESSIONS_PER_CONNECTION


Temporary SOLUTION?

"replacements for /usr/lib/python2.3/smtplib.py
and /usr/lib/mailman/Mailman/Logging/Utils.py that will enable
smtplib-debugging to work (you still have to patch SMTPDirect.py) "

I went in and renamed smtplib.py to smtplib.py.1
put the new file in and deleted smtplib.pyc ad smtplib.pyo
Then renamed /usr/lib/mailman/Mailman/Logging/Utils.py to Utils.py.1
(make sure its this one...there is at least 5 files called Utils.py)
put the new file in and deleted Utils.pyc and Utils.pyo

then
/etc/init.d/mailman restart
tail -f /var/log/mailman/error

while i was watching this i sent an email to my testing group, etc.

Long story short. I replaced these files, removed pyc and pyo and
suddenly everything works like magic again. No more timeouts.
I'll try to get originals back and see how that works. I'll keep you posted.


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



Bug#395493: mailman: smtp-failure:timeout,bad file descriptor,set_debuglevel

2006-11-01 Thread Lukasz Szybalski
Package: mailman
Version: 2.1.5-8sarge5
Followup-For: Bug #395493

Hello,
Problem:mailman has problems sending mail. Some emails will be sent and
other will not.
Steps:Mailman receives message. Archives it. Tries to send it
to list. Connects and after 5 min times out. Logs are showing the:
smtp-failure shows:
Low level smtp error: [Errno 9] Bad file descriptor, msgid:
<[EMAIL PROTECTED]>
smtp:
(8074) <[EMAIL PROTECTED]> smtp for
 1 recips, completed in 300.120 seconds
 Please notice the time here 300 sec is a lot.
mail.log:
Nov  1 13:58:30 localhost postfix/smtpd[8735]: connect from
localhost[127.0.0.1]Nov  1 13:58:30 localhost postfix/smtpd[8735]:
D07CE25C101: client=localhost[127.0.0.1]
Nov  1 14:03:30 localhost postfix/smtpd[8735]: timeout after DATA from
localhost[127.0.0.1]
Nov  1 14:03:30 localhost postfix/smtpd[8735]: disconnect from
localhost[127.0.0.1]
Please notice the 5min timeout.

If you would like to see the time stamps.(skip otherwise)
http://mail.python.org/pipermail/mailman-users/2006-October/054025.html

Finding solution:
1.Is your configuration good?
yes. It has worked for 6 months, some emails are going through.
Mailserver works when sending and delivering local mail.
Fresh instalation with apt-get original permissions etc. I'm unable to
tell which members emails are delivered to and which are not.
For reference on instalation see: (skip otherwise)
http://acm.cs.uic.edu/modules/mediawiki/index.php/Debian#Mailman_on_Debian_with_Postfix.2C_instalation_and_configuration

2. Can mailman connect to smtp server?
yes.
xx:/home/lucas# su list
xx:/home/lucas$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 xx.xxx.com ESMTP Postfix (Debian/GNU)
2a. Can python connect using smtplib.py?
yes
su list
> >>python
>  import smtplib
>  SMTPHOST = 'localhost'
>  SMTPPORT = 0
>  x = smtplib.SMTP()
>  x.connect(SMTPHOST, SMTPPORT)
> >(220, 'mycomp.example.com ESMTP Postfix (Debian/GNU)')
>  x.close
> >>
>  x.close()
>  SMTPHOST = 'example.com'
>  x.connect(SMTPHOST, SMTPPORT)
> >(220, 'mycomp.example.com ESMTP Postfix (Debian/GNU)')
>  x.close()
>  SMTPHOST = 'mycomp'
>  x.connect(SMTPHOST, SMTPPORT)
> >(220, 'mycomp.example.com ESMTP Postfix (Debian/GNU)')
>  x.close()
> >
3. Are there any other errors?
No. Other then these specified above. 

4. Can you enable debug level and see the errors?
NO. Debian bug? 
I changed the Mailman/Handlers/SMTPDirect.py as follows.
> >def __connect(self):
> >self.__conn = smtplib.SMTP()
> >self.__conn.connect(mm_cfg.SMTPHOST, mm_cfg.SMTPPORT)
> >self.__numsessions = mm_cfg.SMTP_MAX_SESSIONS_PER_CONNECTION
> >and add a line so it becomes
> >def __connect(self):
> >self.__conn = smtplib.SMTP()
> >self.__conn.set_debuglevel(1)
> >self.__conn.connect(mm_cfg.SMTPHOST, mm_cfg.SMTPPORT)
> >self.__numsessions = mm_cfg.SMTP_MAX_SESSIONS_PER_CONNECTION

This should provide additional level of debuging information. It does
not. No additional errors are shown in any mailman logs,
mail.log.err.warn nor syslog. Should i make seperate bug for it?

5. Did you try to solve this?
yes but no luck on mailman mailing list. 
http://mail.python.org/pipermail/mailman-users/2006-October/054049.html
Mark Sapiro belives it is a debian bug that smtplib which tries to write
to stderr, which in turn should write to logs is not doing that. No output from 
debug level is available which in turn prohibits me from finding out what is 
causing the timeout and file descriptor problem.


6.Help advice? I already tried reinstalling mailman. dpkg purge mailman.
then restoring archives and config/users by synch_members and
config_list -o,then  -i. Same issue reappears, whether it is a new
mailing list 'testing' or reinstalled old one.  

Thank You
Lukasz(Lucas) Szybalski


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mailman depends on:
ii  apache2-mpm-prefork [ 2.0.54-5sarge1 traditional model for Apache2
ii  cron  3.0pl1-86  management of regular background p
ii  debconf   1.4.30.13  Debian configuration management sy
ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  logrotate 3.7-5  Log rotation utility
ii  postfix [mail-transpo 2.1.5-9A high-performance mail transport 
ii  pwgen 2.03-1 Automatic Password generation
ii  python2.3.5-2An interactive high-level object-o
ii  ucf   1.17   Update Configuration File: preserv

-- debconf information:
  mailman/queue_files_present:
* mailman/default_server_language: en
  mailman/gate_news: false
* mailman/site_languages: en
* mailman/used_languages:
* mailman/create_sit