[Kernel-packages] [Bug 1651635] Re: XPS 13 9360 trackpad locks into scroll mode

2017-11-14 Thread Oh the Huge Manatee
whoops, I meant the linked kernel.org thread. :)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1651635

Title:
  XPS 13 9360 trackpad locks into scroll mode

Status in Dell Sputnik:
  Confirmed
Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  New

Bug description:
  Hello,

  I'm running Linux on a Dell XPS 13 (9360) laptop.

  I find that upwards of 10 times per day, my trackpad gets stuck in
  "scrolling" mode. Moving the trackpad won't move the X windows
  pointer, but will send scrolling events to the foreground window.

  When the trackpad is locked in this mode, the touchscreen will still
  let me move the mouse cursor, as will an external mouse.

  On Ubuntu 16.04 freshly restored from the Dell recovery image, I find
  that it's often difficult to get the trackpad to recover.

  I do find that the issue happens less frequently on Dell's build of
  Ubuntu 16.04 than on other linux distributions and versions, but it
  still happens enough to significantly impact my ability to do
  productive work.

  The issue does not occur when running Windows 10 on the same device.

  I suspect that the issue may be related to palm detection or
  misdetecting the user's palm as a gesture to enable scrolling mode,
  but have no proof for this.

  It seems that I'm often able to reproduce the issue by brushing the
  trackpad with my right palm.

  On Ubuntu 16.10, with the latest shipped 4.8 kernel (Linux szx
  4.8.0-30-generic #32-Ubuntu SMP Fri Dec 2 03:43:27 UTC 2016 x86_64
  x86_64 x86_64 GNU/Linux), with the extra xinput configuration below, I
  am able to get the trackpad to recover, simply by clicking the
  trackpad:

  /usr/share/X11/xorg.conf.d/99-libinput.conf:

  Section "InputClass"
  Identifier "libinput touchpad catchall"
  Driver "libinput"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Option "Tapping" "True"
  Option "DisableWhileTyping" "True"
  Option "NaturalScrolling" "False"
  Option "AccelProfile" "adaptive"
  Option "AccelSpeed" "0.05"
  Option "MiddleEmulation" "True"
  Option "ScrollMethod" "twofinger"
  # Option "ClickMethod" "clickfinger"
  Option "ClickMethod" "buttonareas"
  EndSection

  
  In my experience, the problem manifests using both the Xorg synaptics driver 
and the Xorg libinput driver.

  root@szx:/etc/modprobe.d# xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Logitech M570   id=10   [slave  pointer 
 (2)]
  ⎜   ↳ DLL075B:01 06CB:76AF Touchpad   id=13   [slave  pointer 
 (2)]
  ⎜   ↳ ELAN Touchscreenid=11   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ Integrated_Webcam_HDid=12   [slave  
keyboard (3)]
  ↳ Intel Virtual Button driver id=14   [slave  
keyboard (3)]
  ↳ Intel HID eventsid=15   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=16   [slave  
keyboard (3)]
  ↳ Dell WMI hotkeysid=17   [slave  
keyboard (3)]
  root@szx:/etc/modprobe.d#

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1651635/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1651635] Re: XPS 13 9360 trackpad locks into scroll mode

2017-11-14 Thread Oh the Huge Manatee
@James - Likely it had nothing to do with the firmware update. Have a
look at the linked Ubuntu thread... many of us have been through exactly
what you're going through now. Make a change, seems to help, 2 days
later it's back. Please try some of the suggested solutions we've listed
here: firm pressure on various parts of the lower case seems to resolve
it for days at a time, for some people.

As far as we can tell, there is no software or firmware fix possible for
this issue.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1651635

Title:
  XPS 13 9360 trackpad locks into scroll mode

Status in Dell Sputnik:
  Confirmed
Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  New

Bug description:
  Hello,

  I'm running Linux on a Dell XPS 13 (9360) laptop.

  I find that upwards of 10 times per day, my trackpad gets stuck in
  "scrolling" mode. Moving the trackpad won't move the X windows
  pointer, but will send scrolling events to the foreground window.

  When the trackpad is locked in this mode, the touchscreen will still
  let me move the mouse cursor, as will an external mouse.

  On Ubuntu 16.04 freshly restored from the Dell recovery image, I find
  that it's often difficult to get the trackpad to recover.

  I do find that the issue happens less frequently on Dell's build of
  Ubuntu 16.04 than on other linux distributions and versions, but it
  still happens enough to significantly impact my ability to do
  productive work.

  The issue does not occur when running Windows 10 on the same device.

  I suspect that the issue may be related to palm detection or
  misdetecting the user's palm as a gesture to enable scrolling mode,
  but have no proof for this.

  It seems that I'm often able to reproduce the issue by brushing the
  trackpad with my right palm.

  On Ubuntu 16.10, with the latest shipped 4.8 kernel (Linux szx
  4.8.0-30-generic #32-Ubuntu SMP Fri Dec 2 03:43:27 UTC 2016 x86_64
  x86_64 x86_64 GNU/Linux), with the extra xinput configuration below, I
  am able to get the trackpad to recover, simply by clicking the
  trackpad:

  /usr/share/X11/xorg.conf.d/99-libinput.conf:

  Section "InputClass"
  Identifier "libinput touchpad catchall"
  Driver "libinput"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Option "Tapping" "True"
  Option "DisableWhileTyping" "True"
  Option "NaturalScrolling" "False"
  Option "AccelProfile" "adaptive"
  Option "AccelSpeed" "0.05"
  Option "MiddleEmulation" "True"
  Option "ScrollMethod" "twofinger"
  # Option "ClickMethod" "clickfinger"
  Option "ClickMethod" "buttonareas"
  EndSection

  
  In my experience, the problem manifests using both the Xorg synaptics driver 
and the Xorg libinput driver.

  root@szx:/etc/modprobe.d# xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Logitech M570   id=10   [slave  pointer 
 (2)]
  ⎜   ↳ DLL075B:01 06CB:76AF Touchpad   id=13   [slave  pointer 
 (2)]
  ⎜   ↳ ELAN Touchscreenid=11   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ Integrated_Webcam_HDid=12   [slave  
keyboard (3)]
  ↳ Intel Virtual Button driver id=14   [slave  
keyboard (3)]
  ↳ Intel HID eventsid=15   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=16   [slave  
keyboard (3)]
  ↳ Dell WMI hotkeysid=17   [slave  
keyboard (3)]
  root@szx:/etc/modprobe.d#

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1651635/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 1651635] Re: XPS 13 9360 trackpad locks into scroll mode

2017-11-14 Thread Oh the Huge Manatee
@James - Likely it had nothing to do with the firmware update. Have a
look at the linked Ubuntu thread... many of us have been through exactly
what you're going through now. Make a change, seems to help, 2 days
later it's back. Please try some of the suggested solutions we've listed
here: firm pressure on various parts of the lower case seems to resolve
it for days at a time, for some people.

As far as we can tell, there is no software or firmware fix possible for
this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1651635

Title:
  XPS 13 9360 trackpad locks into scroll mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1651635/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1651635] Re: XPS 13 9360 trackpad locks into scroll mode

2017-11-14 Thread Oh the Huge Manatee
whoops, I meant the linked kernel.org thread. :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1651635

Title:
  XPS 13 9360 trackpad locks into scroll mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1651635/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Kernel-packages] [Bug 1651635] Re: XPS 13 9360 trackpad locks into scroll mode

2017-11-02 Thread Oh the Huge Manatee
Thank you for the pointer to debug mode in i2c_hid. Here's a log of it
happening. I am not touching the touchpad at all. At the end I do a
single, hard left click to end the episode.

I don't know how to interpret the input (yet), but I will look it up.
Hope this is helpful.

Also FWIW I agree with @kai - this belongs in an upstream issue, really.
It happens on my generic kernel. When we get an issue opened there, I'm
happy to cross post as necessary.


Nov  2 12:27:18 simba kernel: [196169.000701] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 3d 92 01 00
Nov  2 12:27:18 simba kernel: [196169.007873] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 84 92 01 00
Nov  2 12:27:18 simba kernel: [196169.014979] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 cb 92 01 00
Nov  2 12:27:18 simba kernel: [196169.022019] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 12 93 01 00
Nov  2 12:27:18 simba kernel: [196169.029205] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 59 93 01 00
Nov  2 12:27:18 simba kernel: [196169.036144] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 a0 93 01 00
Nov  2 12:27:18 simba kernel: [196169.043416] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 e7 93 01 00
Nov  2 12:27:18 simba kernel: [196169.050452] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 2e 94 01 00
Nov  2 12:27:18 simba kernel: [196169.057508] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 76 94 01 00
Nov  2 12:27:18 simba kernel: [196169.064610] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 bd 94 01 00
Nov  2 12:27:18 simba kernel: [196169.071651] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 04 95 01 00
Nov  2 12:27:18 simba kernel: [196169.078748] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 4b 95 01 00
Nov  2 12:27:18 simba kernel: [196169.086108] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 93 95 01 00
Nov  2 12:27:18 simba kernel: [196169.093125] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 da 95 01 00
Nov  2 12:27:18 simba kernel: [196169.100075] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 21 96 01 00
Nov  2 12:27:18 simba kernel: [196169.107278] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 69 96 01 00
Nov  2 12:27:18 simba kernel: [196169.114471] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 b1 96 01 00
Nov  2 12:27:18 simba kernel: [196169.121475] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 f8 96 01 00
Nov  2 12:27:18 simba kernel: [196169.128628] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 3f 97 01 00
Nov  2 12:27:18 simba kernel: [196169.135582] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 86 97 01 00
Nov  2 12:27:18 simba kernel: [196169.142774] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 ce 97 01 00
Nov  2 12:27:18 simba kernel: [196169.149915] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 15 98 01 00
Nov  2 12:27:18 simba kernel: [196169.157067] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 5c 98 01 00
Nov  2 12:27:18 simba kernel: [196169.164079] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 a3 98 01 00
Nov  2 12:27:18 simba kernel: [196169.171073] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 eb 98 01 00
Nov  2 12:27:18 simba kernel: [196169.178389] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 32 

[Bug 1651635] Re: XPS 13 9360 trackpad locks into scroll mode

2017-11-02 Thread Oh the Huge Manatee
Thank you for the pointer to debug mode in i2c_hid. Here's a log of it
happening. I am not touching the touchpad at all. At the end I do a
single, hard left click to end the episode.

I don't know how to interpret the input (yet), but I will look it up.
Hope this is helpful.

Also FWIW I agree with @kai - this belongs in an upstream issue, really.
It happens on my generic kernel. When we get an issue opened there, I'm
happy to cross post as necessary.


Nov  2 12:27:18 simba kernel: [196169.000701] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 3d 92 01 00
Nov  2 12:27:18 simba kernel: [196169.007873] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 84 92 01 00
Nov  2 12:27:18 simba kernel: [196169.014979] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 cb 92 01 00
Nov  2 12:27:18 simba kernel: [196169.022019] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 12 93 01 00
Nov  2 12:27:18 simba kernel: [196169.029205] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 59 93 01 00
Nov  2 12:27:18 simba kernel: [196169.036144] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 a0 93 01 00
Nov  2 12:27:18 simba kernel: [196169.043416] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 e7 93 01 00
Nov  2 12:27:18 simba kernel: [196169.050452] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 2e 94 01 00
Nov  2 12:27:18 simba kernel: [196169.057508] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 76 94 01 00
Nov  2 12:27:18 simba kernel: [196169.064610] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 bd 94 01 00
Nov  2 12:27:18 simba kernel: [196169.071651] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 04 95 01 00
Nov  2 12:27:18 simba kernel: [196169.078748] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 4b 95 01 00
Nov  2 12:27:18 simba kernel: [196169.086108] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 93 95 01 00
Nov  2 12:27:18 simba kernel: [196169.093125] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 da 95 01 00
Nov  2 12:27:18 simba kernel: [196169.100075] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 21 96 01 00
Nov  2 12:27:18 simba kernel: [196169.107278] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 69 96 01 00
Nov  2 12:27:18 simba kernel: [196169.114471] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 b1 96 01 00
Nov  2 12:27:18 simba kernel: [196169.121475] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 f8 96 01 00
Nov  2 12:27:18 simba kernel: [196169.128628] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 3f 97 01 00
Nov  2 12:27:18 simba kernel: [196169.135582] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 86 97 01 00
Nov  2 12:27:18 simba kernel: [196169.142774] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 ce 97 01 00
Nov  2 12:27:18 simba kernel: [196169.149915] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 15 98 01 00
Nov  2 12:27:18 simba kernel: [196169.157067] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 5c 98 01 00
Nov  2 12:27:18 simba kernel: [196169.164079] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 a3 98 01 00
Nov  2 12:27:18 simba kernel: [196169.171073] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 eb 98 01 00
Nov  2 12:27:18 simba kernel: [196169.178389] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 32 

[Touch-packages] [Bug 1458322] Re: NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)

2017-01-29 Thread Oh the Huge Manatee
I tried it out on 1.2.2, since that's the version I have to work with. I
also had to patch applet-device-ethernet.c , otherwise it still listed
the header for each interface. Pushed my version up to
https://github.com/ohthehugemanatee/network-manager-applet for
convenience.

I only applied this hiding behavior to ethernet interfaces, because this
ticket is specific to virtual ethernet interfaces from docker, vagrant,
etc. I'm sure there are people who would like to hide other unmanaged
interfaces, too. TBH I would prefer a flag for "show-unmanaged", but
that discussion probably belongs in a separate ticket.

Patch attached. Sorry if the format isn't right, this is my first
contribution here.

** Patch added: "Hide unmanaged ethernet interfaces"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1458322/+attachment/4810606/+files/0001-applet-hide-unmanaged-ethernet-interfaces.patch

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1458322

Title:
  NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)

Status in One Hundred Papercuts:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Previously in Ubuntu 14.04 NetworkManager hid the veth interfaces that were 
created by Docker.
  Now since I've updated to 15.04 the veth interfaces are listed as Unmanaged 
under the gnome system tray icon which is kind of annoying.
  I'm using docker 1.6.2 and network-manager 0.9.10.0-4ubuntu15.1

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15.1
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun May 24 14:22:44 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-08-29 (632 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130214)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.42.1 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.40
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-05-24 (0 days ago)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2014-08-19T11:46:06.705439
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1458322/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1458322] Re: NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)

2017-01-29 Thread Oh the Huge Manatee
I tried it out on 1.2.2, since that's the version I have to work with. I
also had to patch applet-device-ethernet.c , otherwise it still listed
the header for each interface. Pushed my version up to
https://github.com/ohthehugemanatee/network-manager-applet for
convenience.

I only applied this hiding behavior to ethernet interfaces, because this
ticket is specific to virtual ethernet interfaces from docker, vagrant,
etc. I'm sure there are people who would like to hide other unmanaged
interfaces, too. TBH I would prefer a flag for "show-unmanaged", but
that discussion probably belongs in a separate ticket.

Patch attached. Sorry if the format isn't right, this is my first
contribution here.

** Patch added: "Hide unmanaged ethernet interfaces"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1458322/+attachment/4810606/+files/0001-applet-hide-unmanaged-ethernet-interfaces.patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1458322

Title:
  NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)

Status in One Hundred Papercuts:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Previously in Ubuntu 14.04 NetworkManager hid the veth interfaces that were 
created by Docker.
  Now since I've updated to 15.04 the veth interfaces are listed as Unmanaged 
under the gnome system tray icon which is kind of annoying.
  I'm using docker 1.6.2 and network-manager 0.9.10.0-4ubuntu15.1

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15.1
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun May 24 14:22:44 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-08-29 (632 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130214)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.42.1 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.40
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-05-24 (0 days ago)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2014-08-19T11:46:06.705439
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1458322/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 1458322] Re: NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)

2017-01-29 Thread Oh the Huge Manatee
I tried it out on 1.2.2, since that's the version I have to work with. I
also had to patch applet-device-ethernet.c , otherwise it still listed
the header for each interface. Pushed my version up to
https://github.com/ohthehugemanatee/network-manager-applet for
convenience.

I only applied this hiding behavior to ethernet interfaces, because this
ticket is specific to virtual ethernet interfaces from docker, vagrant,
etc. I'm sure there are people who would like to hide other unmanaged
interfaces, too. TBH I would prefer a flag for "show-unmanaged", but
that discussion probably belongs in a separate ticket.

Patch attached. Sorry if the format isn't right, this is my first
contribution here.

** Patch added: "Hide unmanaged ethernet interfaces"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1458322/+attachment/4810606/+files/0001-applet-hide-unmanaged-ethernet-interfaces.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1458322

Title:
  NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1458322/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [AFMUG] Canopy 14.1.1 Release and PTP

2015-11-28 Thread huge uge
Hello Chuck,
a bit off subject for most posts Ive seen here,  i was trying to do the
Cambium 13.4, pmp 100 update for our equipment (11/09/15), I keep getting
this message:

 "Error occurred while updating device: AP-DES: null 11/15/15 03:05:58
WARN: Host:  . . . .   ;ESN: 0A003E910EBE;Message: Invalid File
Image(status:211).

 and another freakish event took place  : Thanksgiving morning, a raven was
pecking at our Memory Link GHR 5011 timing slave/ backhaul, and succeeded
at knocking the antenna off of the unit. I tried repairing the connector
(the keeper/ internal snap ring was dislodged from the collar) but the stub
extension will not stay in position once the winds here pick up.  I also do
not know how to access the Memory Link unit, since the previous events I no
longer can access any equipment downstream from  T 1 ( T 2 and T 3 ), If I
am on site with an SM or CMM registered with T2 or T3I can access
everything downstream of T1 as long as the unit I am plugged into is
downstream of T1,  logic says : T1 and T2  have an issue with a timing
master or timing slave or both,  I don't know where to find more resources
to expand my peanut (brain) possibly due to frustration but I need to
trouble shoot this issue our network is down and Cambium generally takes
too long. so far, every instance of Cambium support has been an education
in what doesn't work,  and after 2 or three reads of the card provided
procedures I spend two to three weeks undoing their support.  Cambium
Updater could  have been the cause,  the program locked up and did nothing
for three days, which led to having restore the PC due to corrupt or
missing files, of which I am still finding.  My redheaded temper and lack
of patients has me in a spin,  any body familiar with Memory link
procedures i.e default/reset  access for configuration ? thanks  HAGD

Chedder

On Sat, Nov 28, 2015 at 10:35 AM, Mark Radabaugh  wrote:

> We have a number of towers to convert from 4 450’s with 90 degree sectors
> to 6 AP’s with 60 degree sectors.   Most of these are already at 80-90% 450
> SM’s.   I was asking if I can go directly to 450i AP’s without having to
> finish collecting the 430’s.
>
> Mark
>
> > On Nov 28, 2015, at 11:35 AM, Sriram Chaturvedi <
> sriram.chaturv...@cambiumnetworks.com> wrote:
> >
> > Hi Chuck, I was directly responding to Mark’s question on 430 “upgrade”
> project where I assumed he was eventually going to upgrade his 430 SMs to
> 450/450i. Perhaps it was an incorrect assumption. Believe it or not, my
> responses aren’t loaded when I post here.
> >
> >
> >> On Nov 28, 2015, at 10:28 AM, Chuck McCown  wrote:
> >>
> >> "right away" sounds ominous
> >>
> >>
> >> -Original Message- From: Sriram Chaturvedi
> >> Sent: Saturday, November 28, 2015 8:00 AM
> >> To: af@afmug.com
> >> Subject: Re: [AFMUG] Canopy 14.1.1 Release and PTP
> >>
> >> 450i AP will interop with 430 SMs. You don't need to swap the SMs out
> right away.
> >>
> >> Thanks,
> >> Sriram
> >>
> >> 
> >> From: Af  on behalf of Mark Radabaugh <
> m...@amplex.net>
> >> Sent: Saturday, November 28, 2015 8:24 AM
> >> To: af@afmug.com
> >> Subject: Re: [AFMUG] Canopy 14.1.1 Release and PTP
> >>
> >> How about 450i AP to 430 SM? I would like to start deploying 450i
> instead of 450 for 430 upgrade projects.  Do I have to get all of the 430
> SM�s swapped first?
> >>
> >> Mark
> >>
> >>
> >>> On Nov 27, 2015, at 11:21 AM, Aaron Schneider <
> aaron.schnei...@cambiumnetworks.com> wrote:
> >>>
> >>> It should work, but at the moment I can�t recall if/when we tried
> this with PTP mode.  I�ll let you know.
> >>>
> >>> 450i - 450 isn�t really an �interop� situation like 430 - 450
> was.  430 - 450 was quite a bit different, needing SISO to talk to MIMO
> with the way we did MIMO at first (MIMO-B using both channels for data).
> 450i - 450 is much more similar, and we have been using that combination
> internally for a long time.  It wasn�t part of the initial release of
> 450i due to needing to focus on the HW release itself.
> >>>
> >>> I�ll be in touch on the PTP question.  It is important to allow you
> to upgrade a PTP link one end at a time.
> >>>
> >>> Regards,
> >>> -Aaron
> >>>
> >>>
> >>>
> >>>
> >>> On 11/27/15, 12:09 AM, "Af on behalf of George Skorup" <
> af-boun...@afmug.com on behalf of geo...@cbcast.com> wrote:
> >>>
>  I thought interop was only for PMP?
> 
>  On 11/26/2015 11:38 PM, Matt wrote:
> > Is it possible for a PTP450i master to talk to a PTP450 slave now?
> 
> >>
> >
> >
>
>


Re: [AFMUG] Canopy 14.1.1 Release and PTP

2015-11-28 Thread huge uge
sorry miss typed the update  13.4 DES PMP 100

On Sat, Nov 28, 2015 at 11:29 AM, huge uge <hugeuge1...@gmail.com> wrote:

> Hello Chuck,
> a bit off subject for most posts Ive seen here,  i was trying to do the
> Cambium 13.4, pmp 100 update for our equipment (11/09/15), I keep getting
> this message:
>
>  "Error occurred while updating device: AP-DES: null 11/15/15 03:05:58
> WARN: Host:  . . . .   ;ESN: 0A003E910EBE;Message: Invalid File
> Image(status:211).
>
>  and another freakish event took place  : Thanksgiving morning, a raven
> was pecking at our Memory Link GHR 5011 timing slave/ backhaul, and
> succeeded at knocking the antenna off of the unit. I tried repairing the
> connector (the keeper/ internal snap ring was dislodged from the collar)
> but the stub extension will not stay in position once the winds here pick
> up.  I also do not know how to access the Memory Link unit, since the
> previous events I no longer can access any equipment downstream from  T 1 (
> T 2 and T 3 ), If I am on site with an SM or CMM registered with T2 or T3
>I can access everything downstream of T1 as long as the unit I am
> plugged into is downstream of T1,  logic says : T1 and T2  have an issue
> with a timing master or timing slave or both,  I don't know where to find
> more resources to expand my peanut (brain) possibly due to frustration but
> I need to trouble shoot this issue our network is down and Cambium
> generally takes too long. so far, every instance of Cambium support has
> been an education in what doesn't work,  and after 2 or three reads of the
> card provided procedures I spend two to three weeks undoing their support.
> Cambium Updater could  have been the cause,  the program locked up and did
> nothing for three days, which led to having restore the PC due to corrupt
> or missing files, of which I am still finding.  My redheaded temper and
> lack of patients has me in a spin,  any body familiar with Memory link
> procedures i.e default/reset  access for configuration ? thanks  HAGD
>
> Chedder
>
> On Sat, Nov 28, 2015 at 10:35 AM, Mark Radabaugh <m...@amplex.net> wrote:
>
>> We have a number of towers to convert from 4 450’s with 90 degree sectors
>> to 6 AP’s with 60 degree sectors.   Most of these are already at 80-90% 450
>> SM’s.   I was asking if I can go directly to 450i AP’s without having to
>> finish collecting the 430’s.
>>
>> Mark
>>
>> > On Nov 28, 2015, at 11:35 AM, Sriram Chaturvedi <
>> sriram.chaturv...@cambiumnetworks.com> wrote:
>> >
>> > Hi Chuck, I was directly responding to Mark’s question on 430 “upgrade”
>> project where I assumed he was eventually going to upgrade his 430 SMs to
>> 450/450i. Perhaps it was an incorrect assumption. Believe it or not, my
>> responses aren’t loaded when I post here.
>> >
>> >
>> >> On Nov 28, 2015, at 10:28 AM, Chuck McCown <ch...@wbmfg.com> wrote:
>> >>
>> >> "right away" sounds ominous
>> >>
>> >>
>> >> -Original Message- From: Sriram Chaturvedi
>> >> Sent: Saturday, November 28, 2015 8:00 AM
>> >> To: af@afmug.com
>> >> Subject: Re: [AFMUG] Canopy 14.1.1 Release and PTP
>> >>
>> >> 450i AP will interop with 430 SMs. You don't need to swap the SMs out
>> right away.
>> >>
>> >> Thanks,
>> >> Sriram
>> >>
>> >> 
>> >> From: Af <af-boun...@afmug.com> on behalf of Mark Radabaugh <
>> m...@amplex.net>
>> >> Sent: Saturday, November 28, 2015 8:24 AM
>> >> To: af@afmug.com
>> >> Subject: Re: [AFMUG] Canopy 14.1.1 Release and PTP
>> >>
>> >> How about 450i AP to 430 SM? I would like to start deploying 450i
>> instead of 450 for 430 upgrade projects.  Do I have to get all of the 430
>> SM�s swapped first?
>> >>
>> >> Mark
>> >>
>> >>
>> >>> On Nov 27, 2015, at 11:21 AM, Aaron Schneider <
>> aaron.schnei...@cambiumnetworks.com> wrote:
>> >>>
>> >>> It should work, but at the moment I can�t recall if/when we tried
>> this with PTP mode.  I�ll let you know.
>> >>>
>> >>> 450i - 450 isn�t really an �interop� situation like 430 - 450
>> was.  430 - 450 was quite a bit different, needing SISO to talk to MIMO
>> with the way we did MIMO at first (MIMO-B using both channels for data).
>> 450i - 450 is much more similar, and we have been using that combination
>> internally for a long time.  It wasn�t part of the initial release of
>> 450i due to needing to focus on the HW release itself.
>> >>>
>> >>> I�ll be in touch on the PTP question.  It is important to allow you
>> to upgrade a PTP link one end at a time.
>> >>>
>> >>> Regards,
>> >>> -Aaron
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> On 11/27/15, 12:09 AM, "Af on behalf of George Skorup" <
>> af-boun...@afmug.com on behalf of geo...@cbcast.com> wrote:
>> >>>
>> >>>> I thought interop was only for PMP?
>> >>>>
>> >>>> On 11/26/2015 11:38 PM, Matt wrote:
>> >>>>> Is it possible for a PTP450i master to talk to a PTP450 slave now?
>> >>>>
>> >>
>> >
>> >
>>
>>
>


Re: [Dorset] dorset Digest, Vol 583, Issue 2

2015-05-08 Thread Huge
On Thu, 2015-05-07 at 12:00 +, dorset-requ...@mailman.lug.org.uk
wrote:
 
 In a discussion about weird languages I mentioned TECO (Text/Tape
 Editor
 and COrrector), an editor with a built-in language which looks like
 line
 noise. For example:-
 
 http://en.wikipedia.org/wiki/TECO_%28text_editor%29#Example_3

Aaargh.  Thanks for reminding me about that.

Ctrl-[ is not a TECO command

(From the manual - virtually every other ASCII character was.)


-- 
Today is Pungenday, the 55th day of Discord in the YOLD 3181
  I don't have an attitude problem.
If you have a problem with my attitude, that's your problem.


--
Next meeting:  Bournemouth, Tuesday, 2015-05-05 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread:  mailto:dorset@mailman.lug.org.uk / CHECK IF YOU'RE REPLYING
Reporting bugs well:  http://goo.gl/4Xue / TO THE LIST OR THE AUTHOR


[JAWS-Users] Is facebook messenger accessible with jaws 16?

2014-11-17 Thread Maheen the huge Al Martino fan
Hi all,

 

I wondered this. Is facebook messenger accessible with the latest version of
jaws? I've never figured it out very well.

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


[Fink-users] FINK ERROR REPORT: phase compiling: avrdude-5.10-1 failed

2013-05-12 Thread HUGE | Peenak Inamdar
This also has occured for me. Any resolution?

My system info:

Mac OSX 10.8
MacBookPro 15 Retina

Darwin XXX.XXX.XXX.XXX 12.3.0 Darwin Kernel Version
12.3.0: Sun Jan  6 22:37:10 PST 2013;
root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64

The command:

fink install avr-libc avr-gcc avr-binutils avrdude

Attached is the execution log.

…
HUGE
Peenak Inamdar / Solutions Architect
T. 718 880 1533 / M. 603 283 8551 / F. 718 625 5157
www.hugeinc.com


install_error.log
Description: install_error.log
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Bug 1075251] Re: package mysql-server-5.5 5.5.28-0ubuntu0.12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-01-14 Thread Oh the Huge Manatee
Noting that I had this problem too... and like wannabeelinux my mysql
datadir was non-default.

MySQL runs just fine pre-update (with some tweaking of the apparmor
directory access config), but it's possible that the upgrade script
assumes a datadir location. I have it simlinked to the default directory
for convenience, so it's possible that a test for /var/lib/mysql passes
even though the actual data is elsewhere (on another filesystem).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1075251

Title:
  package mysql-server-5.5 5.5.28-0ubuntu0.12.04.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1075251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1084764] [NEW] package mysql-server-5.5 (not installed) failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-11-29 Thread Oh the Huge Manatee
Public bug reported:

During dist-upgrade, mysql package failed with this error:

cp: cannot overwrite directory `/var/lib/mysql-upgrade/DATADIR.link/mysql' with 
non-directory   

dpkg: error processing 
/var/cache/apt/archives/mysql-server-5.5_5.5.28-0ubuntu0.12.04.2_i386.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: mysql-server-5.5 (not installed)
ProcVersionSignature: Ubuntu 3.0.0-27.44-virtual 3.0.45
Uname: Linux 3.0.0-27-virtual i686
Architecture: i386
Date: Thu Nov 29 22:08:46 2012
Ec2AMI: ami-ccf405a5
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1b
Ec2InstanceType: m1.small
Ec2Kernel: aki-407d9529
Ec2Ramdisk: unavailable
ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 (not installed) failed to install/upgrade: 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
UpgradeStatus: Upgraded to precise on 2012-11-29 (0 days ago)

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package ec2-images i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1084764

Title:
  package mysql-server-5.5 (not installed) failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1084764/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


The Cidr Report

2012-07-13 Thread HUGE NOG
What's wrong? She asked, hearing the frustration in my voice.

It got bigger. I said.

What, your penis again? She said, outside of the door. Can I come in?

Yeah, it's open. I said. My wife, Amanda, opened the door, peaking her head 
in. I smiled, because she looked so adorable peaking in like she was seeing a 
secret. I stood there, fully erect, with the tape measure in my hand.

She smiled at me, then look at my penis. Ugh, do you have to use the tape 
measure, we use that for the sewing. It's unsanitary.

It's easier to measure with this. Also it's the only way I can measure around. 
Besides, I wash it. I said.

You wash the tape measure? She said, confused.

I paused. Yeah.

Right. She said. She then grabbed my penis, and examined it closely. 
hm...It's hard for me to tell, I'm playing with it everyday. How big is it 
now?

9.7 inches long, 6.3 around. I said. Holding my little notebook in my hand. 
I really don't want to pass 10 inches...

My wife took it from my hand, and looked at it. Wait, this says you were 9.2 
inches long and 5.9 around?

Yeah.I said.

That can't be right, you grew that much in just two weeks? She said, confused.

Yes, it is. You helped me measure that time, remember? I said.

Yeah, let me measure you now, you probably did it wrong. She said, taking the 
tape measure. She spun it around the shaft of my penis, in the middle. My shaft 
was oddly uniform, with no significant changes in girth up and down the shaft. 
Ok yeah...you did mess up...

What? I asked.

You did make a mistake. You are just past 10 inches long...and 6.6 around

God dammit, that's almost an inch longer in 2 weeks... I said, frustrated. 
When I first realized I was growing, it was great and all, but now I was 
getting to a point where I was worried that it was causing my wife some 
discomfort. She would adapt usually, but the change in size would bother her 
sometimes. Whenever she would adapt, I would get bigger. I worried about the 
point when I would get too big for my petite wife. I guess since it's your 
hands, it just made me harder.

Amanda's face look the same as it did when I met her. She was 19, now she is 
23. She had bright green eyes. She had small facial features, except for her 
big eyes. Her hair was pitch black, and she never dyed it. She was against 
that. She never wanted to fall too deeply into her appearance. Which she could 
easily do, because she had this natural beauty that radiated from her. 
Everything on her face was cute and well placed, from the freckles across her 
nose and checks, to the dimples she got only when she was mad.

Amanda was 5'4, weighing a fit 115 lbs. She was very healthy, exercising daily 
and eating perfectly. She was thin and fit, with a well toned body, a full, 
awesome ass, and massive, perky, full 30 DD breasts. Her breasts seemingly 
defied gravity. Even though her body really has no impact on the size of the 
penis she could take (considering she can still handle my 10 incher), she was 
always tight down below. Even before I started growing, I needed a good amount 
of foreplay to even be able to fit my normal 6 incher in there. Now that I'm 
bigger, I need a lot more foreplay.

That doesn't make sense, how can you grow that much in just 2 weeks? She 
asked.

I don't know, how can I grow from 6'2 to 6'6 in just 4 months? How can I 
gain almost 70 lbs, all of it muscle, in just 4 months, without working out? 
People constantly ask if I'm on steroids...not even body builders gain this 
much muscle this quickly. And look at my balls! If they get any bigger I'm not 
even gonna be able to walk correctly. I said. I'm 25, I shouldn't be having 
such a big growth spurt.

Amanda just smiled at me. Tim, I don't understand how you are not liking this. 
I never thought a guy would be mad that he was getting taller, more muscular, 
and having a huge penis.

No, I do like it...it's just...I don't want to hurt you. I'm worried I'll get 
too big for you. I said.

She snickered a bit. Tim, I didn't marry you just because of your small penis. 
My ex was half your size when we got married, and I left him, didn't I?

I continued the joke. He's so lucky, being so small. I wish I had a small 
cock.

Oh, I totally do to. So tiny I could barely feel it. She said, pretending to 
daydream.

I laughed a bit. I don't know...I just worry this might have some negative 
consequences.

This whole time, Amanda was running her fingers up and down my long shaft. I 
have to say, though, I do love how you can stay harder for much longer now.

Yeah... I said.

And how much it stretches me...

I licked my lips as she slowly moved her face toward my penis, and licked up 
and down the shaft.

How it's so thick I can barely wrap my hand around it... She said, and went 
back to licking and stroking my penis. And how much you cum... 

She was right. Over the last 4 months, I've gained so much control over my 
erections, over the timing of my orgasms, the amount of orgasms I have, when 
and how much I

Re: The Cidr Report

2012-07-13 Thread HUGE NOG
 human testicles 
were able to get this large. She explained, each the size of a jumbo egg.

Yeah, they were never this big, they just keep growing. I said. And look how 
big my penis is. I said.

This size is normal. She said.

No, because it gets much bigger when it's...uh...erect. I said.

If you don't mind, could you get erect for me? She said, again, coldly. She 
whipped off her glove to write something down, and put on a new one.

I...think that might be kinda hard for me to do. I said. I'm kinda nervous 
at the moment.

This would help. In her cold way, my doctor quickly got down on her knees, 
and began tugging at my penis.

Ah...whoa, what are you doing. I said.

I know this seems awkward...but I really...must examine you erect. She said. 
I was confused, as her cold demeanor slowly left her voice. Little by little, 
she tugged and stimulated with her gloves hands. Even though her shirt was 
conservative, her breasts were so large, it was hard to hide the cleavage. I 
quickly grew erect. Inch by inch, it kept swelling. Oh my... She said, 
watching it grow toward her face. Confused, she backed away, but it kept 
growing toward her. This is...how big was it before your growth spurt?

I'm not sure...I think around 6 inches. I said, as it reached it's full, 11 
by 7 erect status. She bites her lower lip, catches herself doing so, and 
quickly stops. Slowly, she moves her hands up and down my shaft, examining it. 
Uh...Doctor? She ignored me, almost hypnotized by my massive member. It 
started as her squeezing random parts, looking for something irregular, but 
over time, she began to simply stimulate me. Doctor? I said. She still didn't 
respond. It took all the will power in my being to turn away from her. 
Doctor! I said, louder.

She snapped out of it, and looked up at me. Oh my God... She said, and stood 
up, and faced away from me. Oh my God I'm so sorry I've never acted like this 
before.

It's alright. I said, in a low volume, but annoyed voice. I would give 
anything to tear this women apart, but I just kept Amanda's face in my mind. I 
struggled to put on my clothes with my giant erection still up. I managed to 
force my erection to the side, almost wrapping around to the side of my hip.

I am so sorry sir, I apologize. Oh God I can't believe this. She said. I 
understand if you want to switch services. I'm so sorry.

Look, is everything okay? I asked.

Huh? Oh yes, I have found nothing cancerous. I will transfer these records to 
another doctor if you want to go with someone else. Just get a checkup again in 
a few weeks, and we will compare the results. Some tests will get taken. Again, 
I am so sorry, I am usually very professional. She said, really quickly.

My erection still at full force, I said goodbye to the doctor, and left the 
office. On my way out, it was like slow motion, everyone was staring in awe at 
my giant penis, stretching my pants. I quickly walked to my car, and sat in. My 
erection was painful, restricted by my jeans, which were small as my lower body 
added muscle and mass over the weeks.

As I drove, the pain kept building. I undid my pants, and my erection sprang 
upward, still full and strong. Dammit. I said, frustrated. This was the first 
time in my life I wished I had a bigger car, instead of my small efficient one. 
I just made to make sure I kept moving, any car next to me would easily see my 
giant erection.

I managed to make it to the stoplight right before my home without an incident. 
I did my best to hide my erection, when a truck pulled up next to me. I was 
busy trying to hide it to notice, but when I finally looked over, I saw a car 
full of beautiful sorority girls, at least 3 of them looking, with the driver 
attempting to look. Holy shit that is huge! The girl in the passenger seat 
said.

Hey there! The one in the backseat said.

Let me see, how big is it? One shouted from the backseat.

Seriously, this guy is bigger than Brad! The one in the front said.

I wanna see! Is he cute! Invite him over!

Oh God, I had to get out of here.

Hey, you should come to our sorority house. We'll give that giant thing the 
night it deserves!

Uh...sorry, I'm married. I said, trying to tuck my penis in my shirt, angry 
that I didn't think of that before.

Oh...he's really buff too.

He's married though.

At the same time, all the girls said Aww...

A piece of paper landed on my lap. If you ever leave your wife, call me! She 
said. Or if not...whatever! The light turned green, and I quickly sped off.

I finally made it home, and sat on my bed, masturbating furiously. I was going 
at it for a good hour, having orgasm after orgasm, and my erection wouldn't 
subside. Having so many beautiful girls hit on me was too much. 

When Amanda finally got home 4 hours later, I beat the record, giving her 8 
orgasms during the span of that day.



Re: The Cidr Report

2012-07-13 Thread HUGE NOG
A week later, I kept watching my body, examining every detail. I was annoyed 
that my doctor came onto me, but she was the only one I could use to reference 
my body size, and I wanted this to stop as soon as possible.

Amanda, though, seemed unphased when I told her the story of what happened. She 
said she couldn't blame the doctor, because I am the hottest man alive. I was 
slightly annoyed by this. I wanted to be devoted to my wife, the love of my 
life, and she didn't even care. This was different. I remember when she told me 
she would ...rip your balls off and stick them so far up your ass that they 
would come out of yours eyes. if she ever caught me cheating. She was 
joking...but I could tell that she was deadly serious about cheating. Now, she 
is...almost encouraging me to cheat. I was more surprised, when after 5 hours 
of sex that night, she made an odd suggestion.

So...remember how I said Rachel and Hannah couldn't stop talking about you? 
Amanda asked me.

What? I thought you said they only said I was hot or whatever.

Yeah, but they always say it. She said, giving me a peck on the nose. 
They...they kinda beg me to let them have some of you. She said.

What? I was a bit confused. Rachel and Hannah were very attractive girls. 
They were high school friends with Amanda, and were just as fit as her. Rachel 
was tall, 6'1. She was small chested, but built like a fitness super model. 
She had thick, muscular legs, and the best ass I've ever seen. Her stomach had 
a significant outline of abs, and her shoulders were broad. her arms were 
defined, as she did weight lift often. She wasn't bulky or manly, but very fit. 
She was blonde, with green eyes. 

Hannah, on the other hand, was exotic looking. She was 5'5, and just as fit as 
Rachel and Amanda, except more built. She was half Arabic, and had dark skin, 
hair, and eyes. She was a C cup, with an amazing ass, and very wide hips. This 
looked amazing on her very small waist.

I really want them here, with us. Amanda said, completely sincere. I was 
kinda scared of your reaction...

Wait, you want me to have sex with them? I asked, confused.

Well, I want all 3 of us with you, here. In our bed. She said.

I shook my head. Our bed!? I felt like something sacred was being defiled. Am 
I the only guy...no, only person, who felt that sex had any special connection 
to it? Sex isn't something that should just be thrown around to anyone, 
Amanda! I Love YOU. Not Rachel, not Hannah, not that fucking doctor. You!

I know that! She said, annoyed that it seemed like I was accusing her of not 
loving me. But this isn't something that is permanent. We're young! We should 
have a bit of fun for a while, you know? Maybe play around now, and then you 
can devote yourself to me. She suggested.

I... I took a deep breath. This was making me incredibly sad.

You told me yourself, You've only been with 1 girl before me, right?

Ya... I said.

So you are gonna go your whole life, with only 2 women, and think that will be 
enough for you?

Are you cheating on me? I asked.

What?!

Why else would you be trying to get me to be with other women? You are trying 
to soften the blow!? I said.

Ew! I would never cheat on you, you asshole! She shouted, and got out of bed. 
I'm giving you an offer. If I wanted to have sex with another guy, I would 
fucking ask. She said, angry, as she began to put on her clothes.

This doesn't make sense, Amanda. you've never acted like this. Now that I'm 
huge, you want to share me? I said. My body has changed the way you look at 
me.

No you idiot. I changed. I'm different. Everyone changes Tim. I'm willing to 
keep things the way they are. But I'm more open about changing them. The only 
thing that changed is that I want to try new things. That's it. She explained. 
Stop assuming things. I just want to have fun. If you don't wanna, that's 
fine. And I'm asking you now, do you want to do this? She said.

I paused. 3 incredibly sexy women, all focused on me? Amanda really wanted to 
do this. This should be a dream come true. I think because this is all based in 
my growth, I'm scared of it. I hate even the good things coming from this 
growth, but I shouldn't put that onto Amanda. If it will make her happy...it's 
my obligation to do so. Fine. I said.

She jumped up with joy, like a little kid allowed to do something after begging 
her parents. I'll call them right now! She said. On her phone, she talked 
fast, explaining the situation. She planned to have the event the next week.

As the day approached, I got really sick. I'm not sure exactly what happened, 
but I could barely move. I laid in my bed for 3 days. The sex party was delayed 
until the next week.

The day finally arrived. Amanda had been preparing everything. Candles, lube, 
sexy lingerie. She had Hannah and Rachel tested for any STD's, and made sure 
they were on birth control. She wanted this to be perfect.

It was 3 weeks since I was last at my doctor, getting measured

Re: The Cidr Report

2012-07-13 Thread HUGE NOG
I forgot how big he was... Hannah said.

I told Rachel already, he grew even bigger. Amanda said. Let's get started. 
Amanda said, and unhooked her bra, and walked toward me. She pushed herself 
against me, and we began kissing, my erection slowly forming up. The other 2 
girls followed suite, taking off their bras.

Rachel was the first to grab my penis, stroking it as he grew in her hand. 
God...it keeps getting bigger. Rachel said, amazed at how big it was growing. 
Hannah got down on her knees, and sat between my legs as I sat on the bed. She 
went low, and softly began to lick my balls. Rachel, on the left side of me, 
softly tugged at my penis, watching as it grew and grew. I watched these two 
girls intently, as Amanda, on my right side, kissed my neck.

Amanda glanced down, seeing my penis. It's hard now. Lets get started. I get 
middle. She said. Hannah shifted over, and Rachel got into place. With Rachel 
on the left side, my wife in the middle, and Hannah on the right, all 3 of them 
began to lick up and down my giant foot long penis. I'm not sure who it was, 
but there was a hand cupping and playing with my balls. The girls alternated 
kissing each other randomly, while still licking my member. It quickly grew 
shinny with their saliva. Lay back. Amanda said, as she got up.

God...it's longer than my face. Hannah said, as she put her face against my 
penis.

Rachel put her arm up next to it, and laughed a bit. I don't know...it's 
longer than my forearm, is that thing going to fit inside of me? The look of 
awe never left their face this entire time. I was laid back, and Amanda came 
and sat on my face, facing the 2 women who kept licking and stroking my 
genitals. I licked and nibbled at Amanda, knowing exactly what got her going, 
her beautiful ass on my face.

This continued for several moments, until Amanda got up. Okay, let me take it 
first, and you guys get warmed up. You can't take this thing without some 
foreplay. Amanda said, and stood at the foot of the bed where I sat. She 
slowly inserted herself down onto my giant penis, moving up and down while 
softly rubbing her clit. I still laid back, as I suddenly see Rachel put her 
womanhood in my face, her butt pointed toward Amanda. I took this hint, and 
began eating her out. Hannah sat with her back against the headboard of our 
king size bed behind me. Rachel bent down as I ate her out, and began to eat 
out Hannah.

The room was full of the 3 beautiful girls moaning and breathing heavy, as 
Amanda slowly took more nad more of my giant member. Amanda began moaning 
softly, then her moans increased in volume. This was unusual, because Amanda 
was usually as quiet as a mouse during sex. I couldn't see much, but I felt 
liquid pouring down on my waist and penis, as Amanda began moaning having an 
intense orgasm. I felt her shaking slightly as she got off my penis, her orgasm 
lasting for a good 4 minutes.

Were you having an orgasm that whole time? Rachel asked.

Amanda smiled. Yeah... She panted. Try it out.

Go ahead. Hannah said. I don't think I'm ready yet.

Rachel smiled, and jumped off my face. I sat up, and she faced away from me, 
going reverse cowgirl. She stuck her delicious, perfect ass out slightly at me, 
and I grabbed and caressed it slightly, and then slowly led it onto my giant 
penis. She bit her lip as she slowly plunged downward. Oh God...this is 
fucking huge... She said. God She said, as she slowly moved up and down. 
I feel like I'm being torn in half...

Hannah sat next to me, watching intently. As Rachel slowly moved farther and 
farther down my penis, trying to adapt to it, Hannah was watching and smiling. 
I glanced over at Amanda, who was rubbing herself. She still didn't have 
enough. I slowly moved my hand over to Hannah, and began rubbing her vagina, 
and then fingering her.

Oh God your right...even his fingers are big. I keep wondering how much bigger 
he'll get. Hannah said. I cringed a bit.

Rachel moaned softly. I hope he keeps growing...this is amazing. I cringed 
more.

Oh, I feed my man. Keep him healthy. He's getting as big as possible. Amanda 
said, with a huge smile. I closed my eyes, and tried to ignore this 
conversation.

Whatever you're feeding him, keep it up! Hannah said.

I can't stop picturing him bigger and bigger... Amanda said.

I never thought so much man would be such a turn on. Hannah said, as I 
continued to finger her, and she began to pant, and move in really close to me.

I hate this conversation. I don't want to grow anymore.

Oh God...oh fuck...yeahyeah oh yeah! Rachel started repeating these 
cliche sayings over and over again, as wave after wave after wave of orgasm 
slammed her body. Her legs gave way, and she fell forward. I quickly grabbed 
her around her waist, and stood up holding her. I turned her around, and she 
leaned over the bed, on her knees. She regained control over he extremities, as 
I slowly pulled out. NO! Keep going! Fuck me!

I obliged, pushing

Re: The Cidr Report

2012-07-13 Thread HUGE NOG


Ugh... I mumbled, sitting at my desk, tugging at my shirt and pants which 
were uncomfortably tight on me. I remember buying this shirt last week, and it 
was already small. It bothered me that on one of the few days I actually had to 
be in the office, I was already bigger.

It didn't help that all the women in the office were constantly flirting with 
me, testing my loyalties to my wife. This office had an unusually high number 
of female workers, especially in a field like mine, which only 15% of females 
actually wanted to be in. Yet, 70% of the employees were female. Young, 
attractive females. Young, attractive females that all wanted me. I gave as 
many of them the cold shoulder as I could. That was, until Linda popped her 
head around the corner.

Hi, Tim. haven't seen you in a while. She said.

I had met Linda in college, but we stayed platonic friends. Based on our 
positions at work, we ended up having lots of work together. This was a bit 
tough, because Linda is...well...very hot. There was always random flirting, 
and I've gotten a few drunk phone calls of her propositioning me for sex. But 
my ever growing body made her more bold, and my ever growing sexual appetite 
wore away at my will power. Oh, Hey Linda. What's going on. 

Linda was good at keeping me at a distance though. An office fling could ruin 
her career if people found out about it. But today was different. I had grown 
significantly. She was extremely sexy, too. She had a thin and lean body. She 
had the body of a super model, standing at 5'11. Her breasts were big for her 
body, a 32C. She had long, flowing dark brown hair, that went down to her mid 
back. Her eyes were grey, sitting very well on her beautiful face. Linda could 
get whatever she wanted with her looks. She had too much integrity to use her 
looks to get ahead, though. She was in her position on merit alone, even though 
no one else believed it. Not much. You're looking good. I see the gym has been 
kind to you. She said, with a smile.

Uh...Yeah. I said, not wanting to give her any wrong signs. I tried to avoid 
eye contact...but she is gorgeous. I would attempt to steal glances at her, and 
she caught me every time.

You look taller, too. Did you get taller? Aren't you too old to still be 
getting taller? She asked, trying her best to get a conversation going with me.

I don't think gyms make people taller. I said.

She laughed. I wasn't trying to be funny, she was flirting. Well, I know how 
stressful things get around here. Everyone needs someway to blow off steam. You 
go to the gym, and I...well... She fixed her posture a bit, and stuck her 
chest out slightly. ...have other things. She put her hand on my shoulder.

I paused, and tried not to move. There is something more to this. Even being 
this much bigger shouldn't attract women like this...right? Her touch, even 
though the shirt, got my heart racing. it didn't help that my flaccid penis and 
testicles were so big in my tight pants, that they already showed, creating 
what Linda could've misinterpreted as an erection. Well...misinterpreted for 
now. Uh...Linda. I said, putting up my hand with the wedding ring. I'm 
married. I said.

So? That doesn't mean we can't have fun. What is this, some Muslim country. 
She said, and smirked.

That didn't sound much like Linda. She was usually very sensitive to other 
cultures. Especially with the news lately, Muslim-jokes were a sensitive topic 
for her. I thought you said they were only that way because of exploitation 
and...

Tim, it was a joke. She said, rubbing my shoulder softly. I know I could've 
ended this by just removing her hand. But I didn't.

She was hard to resist. In all the time I've known Amanda, I've never met a 
girl I ever considered more beautiful than her. I considered myself lucky that 
I found no girl more attractive than Amanda. Except for Linda, who had the face 
that only corny legends spoke of. Linda...please... I said, trying to keep my 
eyes on my computer. She was behind me, to my left, standing over me.

She leaned her head forward a bit. Tim, only one time. We've known each other 
for a long time. Don't you think it's unfair that we never got to have sex? 
She said. She leaned forward, and a button popped off her blouse, which landed 
right on my keyboard. This confused me a bit, considering her blouse didn't 
look tight a few moments ago.

I glanced back and up at her, and almost gasped at the sight. Her breasts 
looked massive. I closed my eyes quickly, and looked back at my computer 
screen. Linda, please go. I said, feeling my pants grow tighter in my crotch, 
as my penis slowly began to erect.

Linda smirked, and rebuttoned her shirt, with the button that was still sitting 
on my keyboard. I looked back up at her, and her breasts were back to normal. 
She slowly left my cubical, trying her best to look sexy as she did so while 
giving a small, sexy sigh. I looked on my desk, where I swore the button had 
flung to, and it 

Re: The Cidr Report

2012-07-13 Thread HUGE NOG


L-Linda? I was losing it. What...what's happening to you?

She put her hand on my chest, and pushed me back into the bathroom. She turned 
around, and closed the door, locking it behind her. I'm one of the most 
beautiful girl's you've ever seen, eh? She said, unbuttoning the top button of 
her tight blouse. This gave me a flashback of when her breasts somehow...grew? 
My erection restarted it's trajectory toward full erection. It thickened, 
causing it to look like my pants were painted over it. My penis head moved 
further and further right, at first moving along my thigh, but then coming off 
it as my penis hardened. My penis struggled to get to it's natural position.

Linda, that was a private conversation. I said.

You're right. She said. I shouldn't have listened, but I couldn't help it. I 
want you so badly. And your wife doesn't mind, right?

Linda...please. I said, my penis aching, still swelling and trapped within my 
too tight pants. It began to hurt.

She glanced down, and gasped. There was a pause for a few moments, as it 
continued to enlarge. My God...it's so big...and it's still getting bigger? 
She said, and bit her lip. She grabbed her blouse, and ripped it open. Her 
breasts were absolutely massive, and bulged out of her bra in every direction.

I gasped. Linda! I said, looking away, and then back quickly. I still tried 
to convince myself that I was trying to resist.

With that, my penis had a surge, reaching it's full erect size quickly. A 
tearing sound began to fill the air. What was that... she asked. I thought it 
was her breasts suddenly growing again. But when I looked down, seeing my 
penis, pointed sideways in my pants, slowly forcing it's way forward. It was 
ripping out of my cheap pants (which I got because I didn't want to waste money 
on pants I would just outgrow again). 

Oh crap... I whispered to myself, as my penis flung forward, ripping my pants 
open in front. My penis throbbed, pointing directly at her.

Oh God! That's amazing! She said, quickly throwing her shirt off, and 
grabbing my penis, stroking it with vigor. This is so fucking big! I can't 
believe it's so hard and big that it ripped out of your pants! She said. I 
knew you were packing, I just thought you were packing a human penis. I can't 
wait to have this thing in me. Give it to me you fucking jerk, hiding this from 
me all this time. You made me wait too long for it. She said, and begun 
viciously stroking and licking my giant member. Oh God it tastes so 
good...it's so big...It's gotta be almost 13 inches.

I was confused. I measured my penis this morning at 12.8 inches long, and 7.6 
inches around. How did she know just from eye balling it? This thought was 
quickly replaced by the intense blow job she was giving me. I don't even know 
how she managed to fit my giant penis head so far down her throat. She plunged 
her mouth down more than half of my penis, I felt her tongue shifting around 
around it to the best of her ability. Her mouth looked small, but opened wide. 
Her thick, juicy lips wrapped around my penis, shifting and moving perfectly. 
She was an expert at this. God... I said, this felt amazing.

She took her mouth off, and stroked with both hands. This is by far the 
biggest dick I've ever had. I've never met a dick I couldn't swallow 
completely. You are a challenge Tim... She said. and started licking, kissing, 
and sucking on my giant balls. Even your balls are huge...it's like 2 
eggs...no wait...these are too big to be eggs. She said, with a giggle. Her 
hands were grabbing whatever she could touch. She attempted to deepthroat 
again, her hands clawing at my thighs and lower back. She wanted more and more. 
I began to doubt that even I was enough for her with the way she was acting.

I gave up the act of resisting. I pulled the remainders of my pants down, and 
kicked them away, finally happy to have my lower body freed from the tight 
confines of my ever shrinking clothes. Linda managed to plunge more and more of 
my gigantic penis down her throat. I tried to wrap my mind around how she was 
able to do it, but it felt too good for me to focus, or really even care. I 
attempted to unbutton my dress shirt after throwing off my tie, but it was hard 
to do while being blown. My shirt was so tight on my body, that it was hard to 
get the buttons off. Frustrated, I ripped it open, and let it fall behind me.

Now only in my shoes, Rachel continued to work my throbbing member. Her saliva 
dripped down my shaft and onto the floor. She tried her best to swallow, but my 
penis was incredibly hard, and wouldn't curve down into her throat. God 
dammit...I've never met a dick I couldn't deep throat. You're my white whale, 
Tim. She joked. I guess I gotta give up for now. She said, and stood up.

She turned around, and stepped over my penis, so it was between her legs, and 
she was facing away from me, but her body pushed up against me. I reached down 
between her legs, lifting her skirt up

Re: The Cidr Report

2012-07-13 Thread HUGE NOG
I finally got home. The car ride felt like it took forever. My clothes tattered 
by either my superhumanly strong boner, or the amazing sex I just had. For the 
first time in literally 10 years, I was crying. I wasn't a guy who cried. But 
this...I betrayed my wife. I loved her. And no matter how many times she said 
it was fine, I still felt horrible.

What the... She said, as I walked into the house. Tim? What's wrong, what 
happened? She was worried.

I'm so sorry... I said. I'm so sorry.

Sorry for what? What happened? Why are your clothes ripped? She asked.

I didn't want to have sex with her Amanda. I couldn't help it...all these 
women...they won't leave me alone. I said, falling to my knees, and hugging 
her around her torso.

She smiled a bit. Tim...it's alright...I don't know why you are so broken up 
over this. I told you it was okay.

No Amanda, it's not okay. You wouldn't do this to me. I wouldn't want you to, 
and you wouldn't do it. I said.

Your right. I wouldn't. Because you told me not to. But I know if I told you 
not to, you wouldn't have either. She said.

No. I responded. Given enough time, I would've cracked. This isn't who I am. 
I don't know what's happening to me. I don't want to only think about sex. I 
don't want to grow if this is what it turns me into. I said.

Tim, I would be selfish to not share... She said.

Stop it! I said, I stood up. I don't want to be shared! I'm not a fucking 
lawn mower. I was pissed. I stormed out of the house, still in tattered 
clothes. A block away was a park. It was later in the day, and there wasn't 
anyone there. It was surrounded by trees, so it didn't get much outside 
observation. I just wanted to sit, and think.

Tim! She said, out the door, on the porch. I just kept walking.

God dammit. I said, walking past the park. There were people there, and I 
didn't want to expose myself. I went farther, into the woods nearby. It wasn't 
dense, and I was able to walk through easily. My mind was going a mile a 
minute, my emotions were all over the place. I began to get dizzy. I stumbled 
around a bit, and then leaned back against a tree. For a moment, the feeling 
was gone, and I stood up straight. Then it overwhelmed me again.

I looked down at myself. Something was happening. I looked at my hands. This 
was getting weird. I could see...I could see them...growing.

Oh God... I said. I looked down, I watched my chest balloon outward slowly. I 
looked to my side, and watched my arms and shoulders building up more and more 
muscle, before my very eyes. God...no I grunted, and stumbled back, and 
leaned against the tree again. My penis started to erect, but I wasn't aroused. 
I grunted again, as I felt my back muscles growing into the tree. I expressed 
my frustration with this, as I felt my back slowly being scratched as it slide 
upward along the tree. I was getting taller too. I looked down again, my penis 
fully erect.

No... I said. No no no... Watching my penis swell up larger. Don't 
grow...stop... All I could do was watch, as my penis grow just past my 
previous size.

I let out a louder grunt, and my muscles began to rip out of the parts of my 
shirt that weren't ripped. My thighs breaking through the seams of my pants. My 
butt filling with muscle pushing anything that was left outward. It ended after 
what seemed like hours, but was only a few minutes.

I wasn't much taller. I was 6'9 that morning, but I gained an inch and a half 
in height. My penis swelled to just below 14 inches, and just above 8 inches 
around. My testicles swelled slightly too. But the biggest impact were my 
muscles. It was obvious, I put on more than 60 lbs. I was now 390 lbs, of 
strong, monstrous muscle. I had no idea what to do. I had to get back to Amanda.

I grunted, and fell into the doorway. Amanda was on the phone. I think that's 
him, I'll call you back. She said, and turned the corner. Her eyes widened. 
Tim! She said.

I was breathing heavy. I need to go to the doctor... I said, sitting up. 
Amanda's voice seemingly healed me. I slowly made it to my feet. I shook my 
head...

Tim...you...did you grow? She said. Your muscles are...massive. She said, 
in awe. There was a silence for a few moments, and she slowly stepped back, and 
grabbed her keys. When she came back, the door was closed. Tim... She said, a 
bit confused. I walked toward her. Do you still wanna go? She asked.

Not yet. I said. I picked grabbed her waist, and threw her over my shoulder 
with one hand.

She laughed. Tim! She said, excited. She began to feign helplessness. No, 
please, don't take me to your evil, well furnished bedroom and have your way 
with me! She joked, and I walked upstairs with her.

I threw her on the bed, and she bounced. She laughed again. Tim, I've never 
seen you like this... She said.

I grabbed her shirt and bra at the same time with one of my massive hands, and 
pulled them off of her in one quick motion, and she gasped, and sighed softly. 
Tim...this is 

^^BETW33N THE ARAB LIPS - Must See^^

2012-02-13 Thread xXx HUGE BOOBS xXx


x18x BETW33N THE ARAB LIPS - Must 
See x18x
http://bit.ly/sAmAnn

 
Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/sAmAnn

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^BETW33N THE ARAB LIPS - Must See^^

2012-02-13 Thread xXx HUGE BOOBS xXx


x18x BETW33N THE ARAB LIPS - Must 
See x18x
http://bit.ly/sAmAnn

 
Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/sAmAnn

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^TEENA GET HARD F-CUK in HER PSSUY^^

2012-02-12 Thread xXx HUGE BOOBS xXx


x18x TEENA GET HARD F-CUK in HER 
PSSUY x18x
http://bit.ly/sMYJXz

 


Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/sMYJXz

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^TEENA GET HARD F-CUK in HER PSSUY^^

2012-02-12 Thread xXx HUGE BOOBS xXx


x18x TEENA GET HARD F-CUK in HER 
PSSUY x18x
http://bit.ly/sMYJXz

 


Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/sMYJXz

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^TEENA GET HARD F-CUK in HER PSSUY^^

2012-02-11 Thread xXx HUGE BOOBS xXx


x18x TEENA GET HARD F-CUK in HER 
PSSUY x18x
http://bit.ly/sMYJXz

 


Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/sMYJXz

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^TEENA GET HARD F-CUK in HER PSSUY^^

2012-02-11 Thread xXx HUGE BOOBS xXx


x18x TEENA GET HARD F-CUK in HER 
PSSUY x18x
http://bit.ly/sMYJXz

 


Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/sMYJXz

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



Re: [zfs-discuss] zfs send/receive scenario problem w/ auto-snap service

2011-11-07 Thread HUGE | David Stahl
I think altering the amount of copies method would work best for us. The
hold feature could also work, but seems like it might be more complicated
as there will be a large number of snapshots in between the two we are
sending.
I am going to try and implement this keep change and see if it does the
trick.
  I am surprised this hasn't been implemented as a service into illumos.
Something that nexenta has already done with their auto-sync service.

Thanks Jim and also thanks to Erik for his suggestion as well. I am looking
over the autobackup.sh to see if there are parts that I can use or modify
it for our purposes.

On Sat, Nov 5, 2011 at 9:18 AM, Jim Klimov jimkli...@cos.ru wrote:

 2011-11-05 2:12, HUGE | David Stahl wrote:
 Our problem is that we need to use the -R to snapshot and send all

 the child zvols, yet since we have a lot of data (3.5 TB), the hourly
 snapshots are cleaned on the sending side, and breaks the script as it
 is running.



 In recent OpenSolaris and Illumos releases, you can use
 zfs hold command to lock a snapshot from deletion.
 So before sending you'd walk the snapshots you want to
 send and hold them; after the send is complete you'd
 unhold them so they can be actually deleted. It would
 be correct to wrap this all into a script...

 You can review the latest snapshots for a tree with a
 one-liner like this:

 # zfs list -tall -H -o name -r pool/export | grep -v @ | \
  while read DS; do zfs list -t snapshot -d1 -r $DS | tail -1; done

 pool/export@zfs-auto-snap:**frequent-2011-11-05-17:00  0  -
  22K  -
 pool/export/distr@zfs-auto-**snap:frequent-2011-11-05-17:00  0  -
  4.81G  -
 pool/export/home@zfs-auto-snap**:frequent-2011-11-05-17:00  0  -
  396M  -
 pool/export/home/jim@zfs-auto-**snap:frequent-2011-11-05-17:00  0  -
  24.7M  -

 If you only need filesystem OR volume datasets, you can
 replace the first line with one of these:

 # zfs list -t filesystem -H -o name -r pool/export | \
 # zfs list -t volume -H -o name -r pool/export | \

 Probably (for a recursive send) you'd need to catch
 all the identically-named snapshots in the tree.


 Another workaround can be to store more copies of the
 snapshots you need, i.e. not 24 hourlies but 100 or so.
 That would be like:

 # svccfg -s hourly listprop | grep zfs/keep
 zfs/keep   astring  24

 # svccfg -s hourly setprop zfs/keep = 100
 zfs/keep   astring  24

 # svcadm refresh hourly

 You could also use zfs-auto-send SMF-instance attributes
 like zfs/backup-save-cmd to use a script which would
 place a hold on the snapshot, then send and unhold it.

 So you have a number of options almost out-of-the-box ;)

 //Jim

 __**_
 zfs-discuss mailing list
 zfs-discuss@opensolaris.org
 http://mail.opensolaris.org/**mailman/listinfo/zfs-discusshttp://mail.opensolaris.org/mailman/listinfo/zfs-discuss




-- 
HUGE

David Stahl
Sr. Systems Administrator
718 233 9164
www.hugeinc.com http://www.hugeinc.com
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] zfs send/receive scenario problem w/ auto-snap service

2011-11-04 Thread HUGE | David Stahl
Hi,
  I am having some problems with architecting a zfs snapshot replication
scheme that would suit the needs of my company.
Presently we do hour/daily/weekly snapshots of our file server. This file
system is organized in parent/child/child type zvols. so think
*pool/zvol1/zvol2/zvol3,
pool/zvol1/zvol4, pool/zvol1/zvol5*, etc.
  For our zfs send/recieve we have been using a format like this

*/usr/bin/pfexec zfs send -R osol1/shares@zfs-auto-snap:daily-2011-11-03-00:00
|/usr/bin/ssh 10.10.10.75 /usr/bin/pfexec /usr/sbin/zfs receive -vFd
osol2/osol1backup*

  Our problem is that we need to use the -R to snapshot and send all the
child zvols, yet since we have a lot of data (3.5 TB), the hourly snapshots
are cleaned on the sending side, and breaks the script as it is running. It
throws an error message like

*warning: cannot send 'osol1/shares@zfs-auto-snap:hourly-2011-11-02-16:00':
no such pool or dataset*

This seems to me to be because the snap was there when it started sending,
but has been cleaned by auto-snapshot service as the script was running.
Does anyone know of a way I can resolve this?  One way I can think of is
killing off hourly snapshot service, yet we seem to use that feature as
people here tend to accidentally delete stuff off the server. Or perhaps
disabling the hourlies service at the beginning of the script and
re-enabling at the end.

Or is there a better way of doing this that I am not seeing?


-- 
HUGE

David Stahl
Sr. Systems Administrator
718 233 9164
www.hugeinc.com http://www.hugeinc.com
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


x18x Ashely Sh0ws Off Her Sm0king H0t N4k3ed B0dy x18x ^^^

2011-07-25 Thread xXx HUGE BOOBS xXx


x18x Ashely Sh0ws Off Her 
Sm0king H0t N4k3ed B0dy x18x
http://bit.ly/lNA1gk




Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/lNA1gk

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



x18x Ashely Sh0ws Off Her Sm0king H0t N4k3ed B0dy x18x ^^^

2011-07-25 Thread xXx HUGE BOOBS xXx


x18x Ashely Sh0ws Off Her 
Sm0king H0t N4k3ed B0dy x18x
http://bit.ly/lNA1gk




Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/lNA1gk

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



x18x Ashely Sh0ws Off Her Sm0king H0t N4k3ed B0dy x18x ^^^

2011-07-25 Thread xXx HUGE BOOBS xXx


x18x Ashely Sh0ws Off Her 
Sm0king H0t N4k3ed B0dy x18x
http://bit.ly/lNA1gk




Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/lNA1gk

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^ x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x ^^^

2011-07-20 Thread xXx HUGE BOOBS xXx


x18x ASHELY SH0WS OFF her 
SM0KING H0T N4K3D B0DY x18x
http://bit.ly/n7DRMP

 
Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/n7DRMP

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^ x18x INDIAN WIFE CAUGHT N-AK3D in SH0WER x18x ^^^

2011-07-18 Thread xXx HUGE BOOBS xXx


x18x INDIAN WIFE CAUGHT N-AK3D in SH0WER 
x18x
http://bit.ly/pHYgRR



Enj0y 1000s OF X-X-X Vide0s 
DAILY UPDATES
http://bit.ly/pHYgRR

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^ x18x INDIAN WIFE CAUGHT N-AK3D in SH0WER x18x ^^^

2011-07-18 Thread xXx HUGE BOOBS xXx


x18x INDIAN WIFE CAUGHT N-AK3D in SH0WER 
x18x
http://bit.ly/pHYgRR



Enj0y 1000s OF X-X-X Vide0s 
DAILY UPDATES
http://bit.ly/pHYgRR

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^ x18x BETW33N THE ARAB LIPS - Must See x18x ^^^

2011-07-16 Thread xXx HUGE BOOBS xXx


x18x BETW33N THE ARAB LIPS - 
Must See x18x
http://bit.ly/pDu6pm

 
Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/pDu6pm

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^^ x18x BETW33N THE ARAB LIPS - Must See x18x ^^^

2011-07-16 Thread xXx HUGE BOOBS xXx


x18x BETW33N THE ARAB LIPS - 
Must See x18x
http://bit.ly/pDu6pm

 
Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/pDu6pm

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^ x18x BETW33N THE ARAB LIPS - Must See x18x ^^^

2011-07-16 Thread xXx HUGE BOOBS xXx


x18x BETW33N THE ARAB LIPS - 
Must See x18x
http://bit.ly/pDu6pm

 
Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/pDu6pm

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



x18x TEENA GET HARD F-CUK in HER PSSUY x18x ^^^

2011-07-15 Thread xXx HUGE BOOBS xXx


x18x TEENA GET HARD F-CUK in 
HER PSSUY x18x
http://bit.ly/q1rkBn



Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/q1rkBn

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



x18x TEENA GET HARD F-CUK in HER PSSUY x18x ^^^

2011-07-15 Thread xXx HUGE BOOBS xXx


x18x TEENA GET HARD F-CUK in 
HER PSSUY x18x
http://bit.ly/q1rkBn



Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/q1rkBn

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



x18x TEENA GET HARD F-CUK in HER PSSUY x18x ^^^

2011-07-15 Thread xXx HUGE BOOBS xXx


x18x TEENA GET HARD F-CUK in 
HER PSSUY x18x
http://bit.ly/q1rkBn



Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/q1rkBn

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



F x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x ^^^

2011-05-29 Thread xXx HUGE BOOBS xXx






x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x
http://bit.ly/lgKxd0



Enj0y 1000s Vide0s DAILY UPDATES
http://bit.ly/lgKxd0

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x ^^^

2011-05-29 Thread xXx HUGE BOOBS xXx






x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x
http://bit.ly/lgKxd0



Enj0y 1000s Vide0s DAILY UPDATES
http://bit.ly/lgKxd0

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



F x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x ^^^

2011-05-29 Thread xXx HUGE BOOBS xXx






x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x
http://bit.ly/lgKxd0



Enj0y 1000s Vide0s DAILY UPDATES
http://bit.ly/lgKxd0

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x ^^^

2011-05-29 Thread xXx HUGE BOOBS xXx






x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x
http://bit.ly/lgKxd0



Enj0y 1000s Vide0s DAILY UPDATES
http://bit.ly/lgKxd0

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



F x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x ^^^

2011-05-29 Thread xXx HUGE BOOBS xXx






x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x
http://bit.ly/lgKxd0



Enj0y 1000s Vide0s DAILY UPDATES
http://bit.ly/lgKxd0

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x ^^^

2011-05-29 Thread xXx HUGE BOOBS xXx






x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x
http://bit.ly/lgKxd0



Enj0y 1000s Vide0s DAILY UPDATES
http://bit.ly/lgKxd0

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^^ x18x BETW33N THE L-I-P-S - Must See x18x ^^^

2011-05-28 Thread xXx HUGE BOOBS xXx




x18x BETW33N THE L-I-P-S - Must See x18x
http://bit.ly/lleSn4



Enj0y 1000s 0F Vide0s DAILY UPD4TES
http://bit.ly/lleSn4

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^^^ x18x BETW33N THE L-I-P-S - Must See x18x ^^^

2011-05-28 Thread xXx HUGE BOOBS xXx




x18x BETW33N THE L-I-P-S - Must See x18x
http://bit.ly/lleSn4



Enj0y 1000s 0F Vide0s DAILY UPD4TES
http://bit.ly/lleSn4

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^^ x18x BETW33N THE L-I-P-S - Must See x18x ^^^

2011-05-28 Thread xXx HUGE BOOBS xXx




x18x BETW33N THE L-I-P-S - Must See x18x
http://bit.ly/lleSn4



Enj0y 1000s 0F Vide0s DAILY UPD4TES
http://bit.ly/lleSn4

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^^ x18x BETW33N THE L-I-P-S - Must See x18x ^^^

2011-05-22 Thread xXx HUGE BOOBS xXx
x18x BETW33N THE L-I-P-S - Must See x18x
http://bit.ly/lleSn4



Enj0y 1000s 0F Vide0s DAILY UPD4TES
http://bit.ly/lleSn4

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^^^ x18x BETW33N THE L-I-P-S - Must See x18x ^^^

2011-05-22 Thread xXx HUGE BOOBS xXx
x18x BETW33N THE L-I-P-S - Must See x18x
http://bit.ly/lleSn4



Enj0y 1000s 0F Vide0s DAILY UPD4TES
http://bit.ly/lleSn4

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^^ x18x BETW33N THE L-I-P-S - Must See x18x ^^^

2011-05-22 Thread xXx HUGE BOOBS xXx
x18x BETW33N THE L-I-P-S - Must See x18x
http://bit.ly/lleSn4



Enj0y 1000s 0F Vide0s DAILY UPD4TES
http://bit.ly/lleSn4

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^ x18x TEENA GETTING HARD F-CUK in HER PSSUY x18x ^^^

2011-05-20 Thread xXx HUGE BOOBS xXx






x18x TEENA GETTING HARD F-CUK in HER PSSUY x18x
http://bit.ly/mz46Fw



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://bit.ly/mz46Fw

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^^ +18 ER0TIC VIDE0 Of a ARAB NAUGHTY GIRL +18 ^^

2011-02-10 Thread ++ HUGE BOOBS ++
+18 ER0TIC VIDE0 Of a ARAB NAUGHTY GIRL +18
http://oo.ki/b0d



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://oo.ki/b0d


 

Sucker-punch spam with award-winning protection. 
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^^ +18 ER0TIC VIDE0 Of a ARAB NAUGHTY GIRL +18 ^^

2011-02-10 Thread ++ HUGE BOOBS ++
+18 ER0TIC VIDE0 Of a ARAB NAUGHTY GIRL +18
http://oo.ki/b0d



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://oo.ki/b0d


 

Sucker-punch spam with award-winning protection. 
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^ +18 ER0TIC VIDE0 Of a ARAB NAUGHTY GIRL +18 ^^

2011-02-10 Thread ++ HUGE BOOBS ++
+18 ER0TIC VIDE0 Of a ARAB NAUGHTY GIRL +18
http://oo.ki/b0d



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://oo.ki/b0d


 

Sucker-punch spam with award-winning protection. 
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-abap@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^^ +18 ARAB CHEERLEADER Gets CREAMED +18 ^^^

2011-01-16 Thread ++ HUGE BOOBS ++
+18 ARAB CHEERLEADER Gets CREAMED +18
http://urltiny.co.uk/2763



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://urltiny.co.uk/2763


  

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-group@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^^^ +18 ARAB CHEERLEADER Gets CREAMED +18 ^^^

2011-01-16 Thread ++ HUGE BOOBS ++
+18 ARAB CHEERLEADER Gets CREAMED +18
http://urltiny.co.uk/2763



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://urltiny.co.uk/2763


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-basis@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^^ +18 ARAB GIRL IN CLASS R00M Fun TIME +18 ^^^

2011-01-11 Thread ++ HUGE BOOBS ++
+18 ARAB GIRL IN CLASS R00M Fun TIME +18
http://urltiny.co.uk/S3X1
 


Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://urltiny.co.uk/S3X1


  

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-gr...@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^^^ +18 ARAB GIRL IN CLASS R00M Fun TIME +18 ^^^

2011-01-11 Thread ++ HUGE BOOBS ++
+18 ARAB GIRL IN CLASS R00M Fun TIME +18
http://urltiny.co.uk/S3X1
 


Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://urltiny.co.uk/S3X1


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^^ +18 ARAB GIRL IN CLASS R00M Fun TIME +18 ^^^

2011-01-11 Thread ++ HUGE BOOBS ++
+18 ARAB GIRL IN CLASS R00M Fun TIME +18
http://urltiny.co.uk/S3X1
 


Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://urltiny.co.uk/S3X1


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^^ +18 FUN BETWEEN the ARAB B00BS +18 ^^^

2011-01-09 Thread ++ HUGE BOOBS ++
+18 FUN BETWEEN the ARAB B00BS +18
http://urltiny.co.uk/xxS3X2



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://urltiny.co.uk/xxS3X2


  

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-gr...@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^^^ +18 FUN BETWEEN the ARAB B00BS +18 ^^^

2011-01-09 Thread ++ HUGE BOOBS ++
+18 FUN BETWEEN the ARAB B00BS +18
http://urltiny.co.uk/xxS3X2



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://urltiny.co.uk/xxS3X2


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^^ +18 FUN BETWEEN the ARAB B00BS +18 ^^^

2011-01-09 Thread ++ HUGE BOOBS ++
+18 FUN BETWEEN the ARAB B00BS +18
http://urltiny.co.uk/xxS3X2



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://urltiny.co.uk/xxS3X2


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^^ +18 ARAB GIRL IN CLASS R00M +18 ^^^

2011-01-07 Thread ++ HUGE BOOBS ++
+18 ARAB GIRL IN CLASS R00M +18
http://urltiny.co.uk/93895
 


Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://urltiny.co.uk/93895


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^^ +18 ARAB GIRL IN CLASS R00M +18 ^^^

2011-01-07 Thread ++ HUGE BOOBS ++
+18 ARAB GIRL IN CLASS R00M +18
http://urltiny.co.uk/93895
 


Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://urltiny.co.uk/93895


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^^ +18 BLACK CR3AMPIE CUTIES - EDEN, SHARIKA AND AUDREE +18 ^^^

2011-01-05 Thread ++ HUGE BOOBS ++
+18 BLACK CR3AMPIE CUTIES - EDEN, SHARIKA AND AUDREE +18

 
 
GET S3X ONLINE EDUCATION HERE

http://urltiny.co.uk/90633



  

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-gr...@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^^^ +18 BLACK CR3AMPIE CUTIES - EDEN, SHARIKA AND AUDREE +18 ^^^

2011-01-05 Thread ++ HUGE BOOBS ++
+18 BLACK CR3AMPIE CUTIES - EDEN, SHARIKA AND AUDREE +18

 
 
GET S3X ONLINE EDUCATION HERE

http://urltiny.co.uk/90633



  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^^ +18 BLACK CR3AMPIE CUTIES - EDEN, SHARIKA AND AUDREE +18 ^^^

2011-01-05 Thread ++ HUGE BOOBS ++
+18 BLACK CR3AMPIE CUTIES - EDEN, SHARIKA AND AUDREE +18

 
 
GET S3X ONLINE EDUCATION HERE

http://urltiny.co.uk/90633



  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



$$$ +18 ARAB THE LADY of L-UST+18 $$$

2010-12-13 Thread ++ HUGE BOOBS ++
+18 ARAB THE LADY of L-UST+18
http://doiop.com/1da738
 
Click here to see H3R FCU-KING VIDE0
http://doiop.com/1da738

Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://doiop.com/1da738


  

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-gr...@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



$$$ +18 ARAB THE LADY of L-UST+18 $$$

2010-12-13 Thread ++ HUGE BOOBS ++
+18 ARAB THE LADY of L-UST+18
http://doiop.com/1da738
 
Click here to see H3R FCU-KING VIDE0
http://doiop.com/1da738

Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://doiop.com/1da738


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



$$$ +18 ARAB THE LADY of L-UST+18 $$$

2010-12-13 Thread ++ HUGE BOOBS ++
+18 ARAB THE LADY of L-UST+18
http://doiop.com/1da738
 
Click here to see H3R FCU-KING VIDE0
http://doiop.com/1da738

Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://doiop.com/1da738


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



^^^ +18 ARAB BATH TUB Fun TIME +18 ^^^

2010-12-10 Thread ++ HUGE BOOBS ++
+18 ARAB BATH TUB Fun TIME +18
http://doiop.com/le37d6
 
Click here to see H3R FCU-KING VIDE0
http://doiop.com/le37d6

Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://doiop.com/le37d6


  

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-gr...@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



^^^ +18 ARAB BATH TUB Fun TIME +18 ^^^

2010-12-10 Thread ++ HUGE BOOBS ++
+18 ARAB BATH TUB Fun TIME +18
http://doiop.com/le37d6
 
Click here to see H3R FCU-KING VIDE0
http://doiop.com/le37d6

Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://doiop.com/le37d6


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



^^^ +18 ARAB BATH TUB Fun TIME +18 ^^^

2010-12-10 Thread ++ HUGE BOOBS ++
+18 ARAB BATH TUB Fun TIME +18
http://doiop.com/le37d6
 
Click here to see H3R FCU-KING VIDE0
http://doiop.com/le37d6

Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://doiop.com/le37d6


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



+++ +18 BEAUTY OF BEAUTIFUL ARAB GIRLS +18 +++

2010-11-17 Thread ++ HUGE BOOBS ++




+18 BEAUTY OF BEAUTIFUL ARAB GIRLS +18
http://doiop.com/90h22j

WANT T0 EARN M0NEY S0 F-CUK H3R FREE AND MAKE M0NEY
http://doiop.com/90h22j

WATCH AND DOWNLOAD FULL VIDE0 HERE
http://doiop.com/90h22j



  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



+++ +18 BEAUTY OF BEAUTIFUL ARAB GIRLS +18 +++

2010-11-17 Thread ++ HUGE BOOBS ++




+18 BEAUTY OF BEAUTIFUL ARAB GIRLS +18
http://doiop.com/90h22j

WANT T0 EARN M0NEY S0 F-CUK H3R FREE AND MAKE M0NEY
http://doiop.com/90h22j

WATCH AND DOWNLOAD FULL VIDE0 HERE
http://doiop.com/90h22j



  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



== +18 ARAB CHEERLEADER Gets CREAMED +18 ==

2010-11-15 Thread ++ HUGE BOOBS ++
+18 ARAB CHEERLEADER Gets CREAMED +18
http://doiop.com/02j0i6
 
Click here to see H3R FCU-KING VIDE0
http://doiop.com/02j0i6

Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://doiop.com/02j0i6


  

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-gr...@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



== +18 ARAB CHEERLEADER Gets CREAMED +18 ==

2010-11-15 Thread ++ HUGE BOOBS ++
+18 ARAB CHEERLEADER Gets CREAMED +18
http://doiop.com/02j0i6
 
Click here to see H3R FCU-KING VIDE0
http://doiop.com/02j0i6

Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://doiop.com/02j0i6


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



==== +18 H0T GAME WITH ARAB GIRL - VIDE0 CLIP IN 3GP +18 ====

2010-11-15 Thread ++ HUGE BOOBS ++
+18 H0T GAME WITH ARAB GIRL - VIDE0 CLIP IN 3GP +18
http://minyurl.org/2yv
 
WANT TO GET HER IN UR BED FREE  CYBER HER FREE
http://minyurl.org/2yv
 
WATCH FULL VIDEO OF HER OR CYBER S3X
http://minyurl.org/2yv


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



==== +18 H0T GAME WITH ARAB GIRL - VIDE0 CLIP IN 3GP +18 ====

2010-11-15 Thread ++ HUGE BOOBS ++
+18 H0T GAME WITH ARAB GIRL - VIDE0 CLIP IN 3GP +18
http://minyurl.org/2yv
 
WANT TO GET HER IN UR BED FREE  CYBER HER FREE
http://minyurl.org/2yv
 
WATCH FULL VIDEO OF HER OR CYBER S3X
http://minyurl.org/2yv


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



+12 H0T DESI GIRL HAVING FUN +12

2010-11-12 Thread ++ HUGE BOOBS ++
+18 H0T DESI GIRL HAVING FUN +18
http://minyurl.org/922

Enj0y Desi XXX OR ENGLISH P-0RN  Vide0s
http://minyurl.org/922

+18 WANT FREE S3X AT H0ME SERVICE  F0R MAN  W0MEN +18
http://minyurl.org/922


  

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-gr...@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



+12 H0T DESI GIRL HAVING FUN +12

2010-11-12 Thread ++ HUGE BOOBS ++
+18 H0T DESI GIRL HAVING FUN +18
http://minyurl.org/922

Enj0y Desi XXX OR ENGLISH P-0RN  Vide0s
http://minyurl.org/922

+18 WANT FREE S3X AT H0ME SERVICE  F0R MAN  W0MEN +18
http://minyurl.org/922


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



+12 INDIAN AUNTY PLEASURING H3R HUBY +12

2010-11-12 Thread ++ HUGE BOOBS ++
+18 INDIAN AUNTY PLEASURING H3R HUBY +18
http://minyurl.org/922

Enj0y Desi XXX OR ENGLISH P-0RN  Vide0s
http://minyurl.org/922

+18 WANT FREE S3X AT H0ME SERVICE  F0R MAN  W0MEN +18
http://minyurl.org/922


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



+12 PREGNANT W0MEN FCUK3D IN A-SS +12

2010-11-12 Thread ++ HUGE BOOBS ++
+18 PREGNANT W0MEN FCUK3D IN A-SS +18
http://minyurl.org/922

Enj0y Desi XXX OR ENGLISH P-0RN  Vide0s
http://minyurl.org/922

+18 WANT FREE S3X AT H0ME SERVICE  F0R MAN  W0MEN +18
http://minyurl.org/922


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



+12 H0T DESI GIRL HAVING FUN +12

2010-11-12 Thread ++ HUGE BOOBS ++
+18 H0T DESI GIRL HAVING FUN +18
http://minyurl.org/922

Enj0y Desi XXX OR ENGLISH P-0RN  Vide0s
http://minyurl.org/922

+18 WANT FREE S3X AT H0ME SERVICE  F0R MAN  W0MEN +18
http://minyurl.org/922


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



+12 INDIAN AUNTY PLEASURING H3R HUBY +12

2010-11-12 Thread ++ HUGE BOOBS ++
+18 INDIAN AUNTY PLEASURING H3R HUBY +18
http://minyurl.org/922

Enj0y Desi XXX OR ENGLISH P-0RN  Vide0s
http://minyurl.org/922

+18 WANT FREE S3X AT H0ME SERVICE  F0R MAN  W0MEN +18
http://minyurl.org/922


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



+12 PREGNANT W0MEN FCUK3D IN A-SS +12

2010-11-12 Thread ++ HUGE BOOBS ++
+18 PREGNANT W0MEN FCUK3D IN A-SS +18
http://minyurl.org/922

Enj0y Desi XXX OR ENGLISH P-0RN  Vide0s
http://minyurl.org/922

+18 WANT FREE S3X AT H0ME SERVICE  F0R MAN  W0MEN +18
http://minyurl.org/922


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



~~~ +18 H0T GAME WITH AR4B GIRL - VIDE0 CLIP IN 3GP +18 ~~~

2010-11-09 Thread ++ HUGE BOOBS ++
+18 H0T GAME WITH AR4B GIRL - VIDE0 CLIP IN 3GP +18
http://minyurl.org/2yv
 
WANT TO GET HER IN UR BED FREE  CYBER HER FREE
http://minyurl.org/2yv
 
WATCH FULL VIDEO OF HER OR CYBER S3X
http://minyurl.org/2yv


  

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-gr...@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



~~~ +18 PH0T0S OF S3XY ARAB GIRL +18 ~~~

2010-11-09 Thread ++ HUGE BOOBS ++
+18 PH0T0S OF S3XY ARAB GIRL +18
http://minyurl.org/2yv
 
WANT TO GET HER IN UR BED FREE  CYBER HER FREE
http://minyurl.org/2yv
 
WATCH FULL VIDEO OF HER OR CYBER S3X
http://minyurl.org/2yv


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



~~~ +18 TIFFANY FR0M FL0RIDA P0SING N4KED +18 ~~~

2010-11-09 Thread ++ HUGE BOOBS ++
+18 TIFFANY FR0M FL0RIDA P0SING N4KED +18
http://minyurl.org/2yv
 
WANT TO GET HER IN UR BED FREE  CYBER HER FREE
http://minyurl.org/2yv
 
WATCH FULL VIDEO OF HER OR CYBER S3X
http://minyurl.org/2yv


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



~~~ +18 H0T GAME WITH AR4B GIRL - VIDE0 CLIP IN 3GP +18 ~~~

2010-11-09 Thread ++ HUGE BOOBS ++
+18 H0T GAME WITH AR4B GIRL - VIDE0 CLIP IN 3GP +18
http://minyurl.org/2yv
 
WANT TO GET HER IN UR BED FREE  CYBER HER FREE
http://minyurl.org/2yv
 
WATCH FULL VIDEO OF HER OR CYBER S3X
http://minyurl.org/2yv


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



~~~ +18 H0T GAME WITH AR4B GIRL - VIDE0 CLIP IN 3GP +18 ~~~

2010-11-09 Thread ++ HUGE BOOBS ++
+18 H0T GAME WITH AR4B GIRL - VIDE0 CLIP IN 3GP +18
http://minyurl.org/2yv
 
WANT TO GET HER IN UR BED FREE  CYBER HER FREE
http://minyurl.org/2yv
 
WATCH FULL VIDEO OF HER OR CYBER S3X
http://minyurl.org/2yv


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



~~~ +18 PH0T0S OF S3XY ARAB GIRL +18 ~~~

2010-11-09 Thread ++ HUGE BOOBS ++
+18 PH0T0S OF S3XY ARAB GIRL +18
http://minyurl.org/2yv
 
WANT TO GET HER IN UR BED FREE  CYBER HER FREE
http://minyurl.org/2yv
 
WATCH FULL VIDEO OF HER OR CYBER S3X
http://minyurl.org/2yv


  

-- 
You received this message because you are subscribed to the Google Groups SAP 
ABAP group.
To post to this group, send email to sap-a...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-abap+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-abap?hl=en.



+12 DOCTORS S3X ADVENTURE +12

2010-11-06 Thread ++ HUGE BOOBS ++
+18 DOCTORS S3X ADVENTURE +18
http://minyurl.org/7tz
 
WANT TO GET HER IN UR BED FREE  CYBER HER FREE
http://minyurl.org/7tz
 
WATCH FULL VIDEO OF HER OR CYBER S3X
http://minyurl.org/7tz



  

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-gr...@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



+12 EVE IN L0VING MOOD +12

2010-11-06 Thread ++ HUGE BOOBS ++
+18 EVE IN L0VING MOOD +18
http://minyurl.org/7tz
 
WANT TO GET HER IN UR BED FREE  CYBER HER FREE
http://minyurl.org/7tz
 
WATCH FULL VIDEO OF HER OR CYBER S3X
http://minyurl.org/7tz


  

-- 
You received this message because you are subscribed to the Google Groups Java 
Tech Group group.
To post to this group, send email to java-tech-gr...@googlegroups.com.
To unsubscribe from this group, send email to 
java-tech-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/java-tech-group?hl=en.



+12 DOCTORS S3X ADVENTURE +12

2010-11-06 Thread ++ HUGE BOOBS ++
+18 DOCTORS S3X ADVENTURE +18
http://minyurl.org/7tz
 
WANT TO GET HER IN UR BED FREE  CYBER HER FREE
http://minyurl.org/7tz
 
WATCH FULL VIDEO OF HER OR CYBER S3X
http://minyurl.org/7tz



  

-- 
You received this message because you are subscribed to the Google Groups SAP 
BASIS group.
To post to this group, send email to sap-ba...@googlegroups.com.
To unsubscribe from this group, send email to 
sap-basis+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sap-basis?hl=en.



  1   2   3   >