[Bug 993758] Re: hardware errors every 300s

2013-07-07 Thread Abhijeet Anand
Not sure if this is still relevant and/or active, however, I just
happened to get this error too. If someone could suggest any
troubleshooting methods, that would be great.

[   18.460750] [Hardware Error]: MC0 Error:  Internal error condition type 2.
[   18.460784] [Hardware Error]: Error Status: Uncorrected, software 
containable error.
[   18.460802] [Hardware Error]: CPU:2 (15:1:2) MC0_STATUS[-|UE|MiscV|-|-|-|-]: 
0xb8820f0f
[   18.460832] [Hardware Error]: cache level: L3/GEN, mem/io: GEN, mem-tx: GEN, 
part-proc: GEN (timed out)

$ uname -a 
Linux mytux 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

$ cat /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 21
model   : 1
model name  : AMD FX(tm)-8150 Eight-Core Processor
stepping: 2
microcode   : 0x6000629
cpu MHz : 1400.000
cache size  : 2048 KB
physical id : 0
siblings: 8
core id : 0
cpu cores   : 4
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 13
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni 
pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm 
cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs 
xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core arat cpb hw_pstate npt 
lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists 
pausefilter pfthreshold
bogomips: 7248.07
TLB size: 1536 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm 100mhzsteps hwpstate cpb

Same thing repeated for rest of the 7 cores.

MOBO: GA-970A-D3 rev 1.1 Latest BIOS
RAM: G.Skill Sniper DDR3 4Gx2  1600 F3-12800CL9D-8GBSR
HDD: 1TB, 500GB, 320GB, 160GB All Seagate

Any help is appreciated.

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

Title:
  hardware errors every 300s

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

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


[Bug 990945] Re: samba-common doesn't read workgroup from smb.conf

2012-08-12 Thread Abhijeet Anand
G'day Jelmer,

Is there a way to fix this or a workaround? Removal of smb.conf results
in a different bug.

Cheers,
Abhi

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

Title:
  samba-common doesn't read workgroup from smb.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/990945/+subscriptions

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


[Bug 990945] Re: samba-common doesn't read workgroup from smb.conf

2012-08-12 Thread Abhijeet Anand
G'day again,

I seem to have found a solution for my problem; I think it is more a
workaround than a solution IMHO. All I had to do was to reinstall samba-
common a couple of times and make certain changes to /etc/samba/smb.conf
in between re-installation attempts.

Steps I followed:
1. Changed:
realm = DOMAINNAME - realm = DOMAINNAME.SOMETHING
This is weird because, installation script itself populates this variable with 
the value from workgroup and then complains
@jelmer: I guess you need to look into this.

2. sudo aptitude reinstall samba-common
Everything goes fine, however, now the installation will complain about absence 
of two shares, viz, NETLOGON and SYSVOL because, allegedly, I was trying to 
install samba as a Domain Controller; which I was not. Despite removing the 
line server role = dc, it didn't help as the install script would create it 
back and then whinge. I searched on how to NOT create a Domain Controller, 
however, the suggestions from samba.org didn't help at all. The suggestions 
were to have the following two config parameters:
passdb backend = guest and security = share

Anyway, since that didn't help, I simply uncommented the lines for
NETLOGON and created the SYSVOL share, following the default
recommendation. The recommendation was to look at some default config
file for domain controller.

Finally, after all this, the installation succeeded.

@jelmer: I originally wanted to install Samba4 as a simple file-server,
however, I could not understand why the install script would constantly
try to install it as a DC. Could you please shed some light on this and
how could I only install it as a simple file-server, like we could with
samba3?

Thanks again mate.

Cheers,
Abhi

PS: While I was trying to investigate how to change workgroup name fetched by 
samba-common, I stumbled upon some interesting and amusing debconf scripts. One 
in particular had an amusing comment.
samba-common.postinst: # Oh my GOD, this is ugly.  Why would anyone put these
samba-common.postinst: # characters in a workgroup name?  Why, Lord, why???

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

Title:
  samba-common doesn't read workgroup from smb.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/990945/+subscriptions

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


[Bug 990945] Re: samba-common doesn't read workgroup from smb.conf

2012-08-12 Thread Abhijeet Anand
G'day Jelmer,

Is there a way to fix this or a workaround? Removal of smb.conf results
in a different bug.

Cheers,
Abhi

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

Title:
  samba-common doesn't read workgroup from smb.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/990945/+subscriptions

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


[Bug 832465] Re: upgradeprovision: guess_names: 'realm =' was not specified in supplied /etc/samba/smb.conf. Please remove the smb.conf file and let provision generate it

2012-08-12 Thread Abhijeet Anand
G'day Jelmer,

Thanks mate, that helped resolve this issue, however, now I am hitting a new 
bug #990945
I have put my comments there.

Cheers,
Abhi

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

Title:
  upgradeprovision: guess_names: 'realm =' was not specified in supplied
  /etc/samba/smb.conf. Please remove the smb.conf file and let provision
  generate it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/832465/+subscriptions

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


[Bug 990945] Re: samba-common doesn't read workgroup from smb.conf

2012-08-12 Thread Abhijeet Anand
G'day again,

I seem to have found a solution for my problem; I think it is more a
workaround than a solution IMHO. All I had to do was to reinstall samba-
common a couple of times and make certain changes to /etc/samba/smb.conf
in between re-installation attempts.

Steps I followed:
1. Changed:
realm = DOMAINNAME - realm = DOMAINNAME.SOMETHING
This is weird because, installation script itself populates this variable with 
the value from workgroup and then complains
@jelmer: I guess you need to look into this.

2. sudo aptitude reinstall samba-common
Everything goes fine, however, now the installation will complain about absence 
of two shares, viz, NETLOGON and SYSVOL because, allegedly, I was trying to 
install samba as a Domain Controller; which I was not. Despite removing the 
line server role = dc, it didn't help as the install script would create it 
back and then whinge. I searched on how to NOT create a Domain Controller, 
however, the suggestions from samba.org didn't help at all. The suggestions 
were to have the following two config parameters:
passdb backend = guest and security = share

Anyway, since that didn't help, I simply uncommented the lines for
NETLOGON and created the SYSVOL share, following the default
recommendation. The recommendation was to look at some default config
file for domain controller.

Finally, after all this, the installation succeeded.

@jelmer: I originally wanted to install Samba4 as a simple file-server,
however, I could not understand why the install script would constantly
try to install it as a DC. Could you please shed some light on this and
how could I only install it as a simple file-server, like we could with
samba3?

Thanks again mate.

Cheers,
Abhi

PS: While I was trying to investigate how to change workgroup name fetched by 
samba-common, I stumbled upon some interesting and amusing debconf scripts. One 
in particular had an amusing comment.
samba-common.postinst: # Oh my GOD, this is ugly.  Why would anyone put these
samba-common.postinst: # characters in a workgroup name?  Why, Lord, why???

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

Title:
  samba-common doesn't read workgroup from smb.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/990945/+subscriptions

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


[Bug 832465] Re: upgradeprovision: guess_names: 'realm =' was not specified in supplied /etc/samba/smb.conf. Please remove the smb.conf file and let provision generate it

2012-08-09 Thread Abhijeet Anand
G'day Jelmer,

I have followed all the advices given here, except for #12, however, I
am having the same problem as everyone else here had.

First, I was getting the following error:
/var/lib/dpkg/info/samba4.postinst: 14: /var/lib/dpkg/info/samba4.postinst: 
/usr/share/samba/setoption.pl: Permission denied
So I made it an executable. Interestingly enough it does not have execute bit 
set by default. Nevertheless, the actual problem persists.

Secondly, I started the error as mentioned in this thread many a times and for 
which you suggested a solution.
ProvisioningError: guess_names: 'realm =' was not specified in supplied 
/etc/samba/smb.conf.  Please remove the smb.conf file and let provision 
generate it

Well, removing smb.conf didn't really help, as it gave birth to yet another 
error. This is more of a vicious circle.
ERROR: Invalid smb.conf
unable to open smb.conf at /usr/share/samba/setoption.pl line 22.

Line 22 is basically trying to open /etc/samba/smb.conf
If the file is present, then Provisioning fails, if it is not, then 
setoption.pl fails.

A little info on my system:
Ubuntu 12.04
Samba version to be installed: 4.0.0~alpha18.dfsg1-4ubuntu2

I will give #12 a try and see if that helps, however, IMHO I would
rather prefer a solution than a workaround :-)

Thanks and Regards,
Abhi

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

Title:
  upgradeprovision: guess_names: 'realm =' was not specified in supplied
  /etc/samba/smb.conf. Please remove the smb.conf file and let provision
  generate it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/832465/+subscriptions

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


Re: [Bug 846832] Re: i cant install ubuntu 10.04.3 from cd

2011-09-24 Thread abhijeet anand
thnks ,it worked correctly  finally i hv ubuntu on my sys.
but i m in a new trouble now
i hv micromax usb modem,how can i use it in ubuntu for net...
kindly send me the the simplest solution of this...
expecting an early response...

On 9/13/11, Brian Murray br...@ubuntu.com wrote:
 The errors that you've mentioned in the bug description are commonly
 associated with bad media.  Please try burning your CD at a slower speed
 or using a different CD burner drive.

 ** Changed in: ubiquity (Ubuntu)
Status: New = Incomplete

 ** Changed in: ubiquity (Ubuntu)
Importance: Undecided = Low

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/846832

 Title:
   i cant install ubuntu 10.04.3 from cd

 Status in “ubiquity” package in Ubuntu:
   Incomplete

 Bug description:
   i hv downloaded ubuntu 10.04.03 and make its cd which is correct.i use
 compaq presario c700.when i put the cd in dvd drive and restart sys it shows
 a screen with ubuntu logo and progress bar but after sometime the following
 appears-
 BusyBox v1.13.3(Ubuntu 1:1.13.3-1ubuntu11) build-in
 shell (ash)
   Enter help for a list of build in commands.
   after typing 'help' and then pressing enter ,following msg appears-
(initramfs) mount:mounting/dev/loop0 on//
 filesystem.squash fs failedz; Input /Output error.
 can not mount /dev
 /loop0(/cdrom/cusper/filesystem.squashfs)On // filesystem.squashfs
 initramfs
after this nothing happens...
please help me to install ubuntu ,i m dispirit b'coz of  it...

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/846832/+subscriptions


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

Title:
  i cant install ubuntu 10.04.3 from cd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/846832/+subscriptions

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

[Bug 846832] [NEW] i cant install ubuntu 10.04.3 from cd

2011-09-11 Thread abhijeet anand
Public bug reported:

i hv downloaded ubuntu 10.04.03 and make its cd which is correct.i use compaq 
presario c700.when i put the cd in dvd drive and restart sys it shows a screen 
with ubuntu logo and progress bar but after sometime the following appears-
  BusyBox v1.13.3(Ubuntu 1:1.13.3-1ubuntu11) build-in 
shell (ash)
Enter help for a list of build in commands.
after typing 'help' and then pressing enter ,following msg appears-
 (initramfs) mount:mounting/dev/loop0 on// 
filesystem.squash fs failedz; Input /Output error.
  can not mount /dev 
/loop0(/cdrom/cusper/filesystem.squashfs)On // filesystem.squashfs
  initramfs
 after this nothing happens...
 please help me to install ubuntu ,i m dispirit b'coz of  it...

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  i cant install ubuntu 10.04.3 from cd

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

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


[Bug 846832] Re: i cant install ubuntu 10.04.3 from cd

2011-09-11 Thread abhijeet anand
while installing within windows the following error shows...

** Attachment added: wubi-10.04.3-rev192.log
   
https://bugs.launchpad.net/ubuntu/+bug/846832/+attachment/2384598/+files/wubi-10.04.3-rev192.log

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

Title:
  i cant install ubuntu 10.04.3 from cd

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

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


[Bug 846832] Re: i cant install ubuntu 10.04.3 from cd

2011-09-11 Thread abhijeet anand
when will i get my soln...

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

Title:
  i cant install ubuntu 10.04.3 from cd

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

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