search for: 499

Displaying 20 results from an estimated 1086 matches for "499".

Did you mean: 49
2009 May 21
1
Error in smbldap-populate
...poresasco,dc=local already exist. entry ou=People,dc=gruporesasco,dc=local already exist. entry ou=Groups,dc=gruporesasco,dc=local already exist. adding new entry: ou=Machines,dc=gruporesasco,dc=local failed to add entry: modifications require authentication at /usr/sbin/smbldap- populate line 499, <GEN1> line 22. adding new entry: ou=Idmap,dc=gruporesasco,dc=local failed to add entry: modifications require authentication at /usr/sbin/smbldap- populate line 499, <GEN1> line 27. adding new entry: uid=root,ou=People,dc=g...
2004 Dec 29
3
why dovecot try to access the uses's home?
hi, after i try to use dovecot with ldap i configure dovecot as: ------------------------ first_valid_uid = 499 last_valid_uid = 499 first_valid_gid = 499 last_valid_gid = 499 default_mail_env = maildir:/home/mail/%d/%n auth_userdb = static uid=499 gid=499 home=/home/users/%d/%n auth_passdb = ldap /etc/dovecot-ldap.conf ------------------------ but after this i've got the error in imap.log: -------------...
2018 Feb 14
0
[vhost:vhost 24/24] drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known
...eckout 5d457fe6aeaab9d0a1665eafc8af7139bc6b6f2e # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_register_dir_entries': >> drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known struct fw_cfg_files files; ^~~~~ drivers/firmware/qemu_fw_cfg.c:499:22: warning: unused variable 'files' [-Wunused-variable] vim +499 drivers/firmware/qemu_fw_cfg.c 493 494 /* iterate over a...
2018 Feb 15
0
[vhost:vhost 24/24] drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known
...# save the attached .config to linux build tree > > make ARCH=i386 > > > > All errors (new ones prefixed by >>): > > > > drivers/firmware/qemu_fw_cfg.c: In function 'fw_cfg_register_dir_entries': > >>> drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known > > struct fw_cfg_files files; > > ^~~~~ > > struct fw_cfg_files { > __be32 count; /* number of entries */ > struct fw_cfg_file f[]; > }; > > Interesting, I do...
2003 Feb 19
3
[Bug 499] progressmeter.c doesn't build (at least) on Cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=499 ------- Additional Comments From vinschen at redhat.com 2003-02-19 19:13 ------- Created an attachment (id=233) --> (http://bugzilla.mindrot.org/attachment.cgi?id=233&action=view) Solves the progressmeter.c build problems ------- You are receiving this mail because: ------- You ar...
2008 Feb 28
1
Find user accounts with uid > 500
Hi all: I'm doing an audit of some Linux machines, and have used this awk one-liner to find accounts with uid > 499: awk -F: '{if ($3 > 499) print $0}' < /etc/passwd It works great if you run it on a host directly, but if I try to ssh to a remote host and run the command it fails: mybox$ ssh servername awk -F: '{if ($3 > 499) print $0}' < /etc/passwd bash: -c: line 1: syntax error...
2006 Jun 04
2
samba BDC + LDAP slave Referral errors
...06/05/31 15:32:48, 3] auth/auth.c:check_ntlm_password(268) check_ntlm_password: guest authentication for user [] succeeded [2006/05/31 15:32:48, 2] lib/smbldap.c:smbldap_open_connection(692) smbldap_open_connection: connection opened [2006/05/31 15:32:48, 2] passdb/pdb_ldap.c:init_sam_from_ldap(499) init_sam_from_ldap: Entry found for user: pc00829$ [2006/05/31 15:32:48, 2] passdb/pdb_ldap.c:init_sam_from_ldap(499) init_sam_from_ldap: Entry found for user: pc00829$ [2006/05/31 15:32:48, 3] auth/auth.c:check_ntlm_password(219) check_ntlm_password: Checking password for unmapped user []...
2005 Jun 15
2
Can't join pc to domain with smbldap-tools but can with smbpasswd
...ad username and the log file looks like this. [2005/06/14 19:01:12, 2] smbd/server.c:exit_server(609) Closing connections [2005/06/14 19:01:12, 2] lib/smbldap.c:smbldap_open_connection(692) smbldap_open_connection: connection opened [2005/06/14 19:01:12, 2] passdb/pdb_ldap.c:init_sam_from_ldap(499) init_sam_from_ldap: Entry found for user: root [2005/06/14 19:01:12, 2] passdb/pdb_ldap.c:init_group_from_ldap(2000) init_group_from_ldap: Entry found for group: 512 [2005/06/14 19:01:12, 2] auth/auth.c:check_ntlm_password(305) check_ntlm_password: authentication for user [root] -> [root...
2011 May 19
1
[Bug 652] pcap plugin problem
...gemu plugin is working fine. However, when I try > to save the packets using the pcap plugin, I get lots of log messages like the > following: > > Wed May 12 15:33:25 2010 <7> ulogd_output_PCAP.c:170 Error during write: > Success > Wed May 12 15:33:25 2010 <5> ulogd.c:499 error during propagate_results > > (No output is appended to the pcap log.) > > Any ideas? > I have the same problem on Debian 6 and ulogd 2 version beta 4 Thu May 19 11:24:47 2011 <5> ulogd.c:499 error during propagate_results Thu May 19 11:24:47 2011 <7> ulogd_outp...
2015 Sep 03
1
groupadd failure
...ere's a very indirect > mention in the same man page, "Values between 0 and 999 are typically > reserved for system accounts.", but I bet that's just the usual case > of generic documentation not tailored to the distribution. > > The highest id in the group file is 499. Combined with the error, this > could be consistent with a SYS_GID_MAX of 499. But no ids between 189 > and 485 have been assigned at all. Is groupadd really this limited? there exist a distinction between normal and system accounts/groups. For example: everything under 499 are system acco...
2005 Jul 27
1
call failed: 499 Not acceptable here
...e client in 172.16. network. I opened up port 5060 in my enterasys wireless router for my asterisk server and also opened port 8000 and 8001 for my xlite client. When i tried calling a remote system which successfully connected to my asterisk server i'm getting the error as " call failed: 499 Not acceptable here ". Thanks and Regards B.Srinivas --------------------------------- Start your day with Yahoo! - make it your home page -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050...
2006 Apr 01
0
CESA-2005:499 Moderate CentOS 4 x86_64 gedit - security update
CentOS Errata and Security Advisory 2005:499 https://rhn.redhat.com/errata/RHSA-2005-499.html The following updated files have been uploaded and are currently syncing to the mirrors: x86_64: gedit-2.8.1-4.x86_64.rpm gedit-devel-2.8.1-4.x86_64.rpm src: gedit-2.8.1-4.src.rpm -------------- next part -------------- A non-text attachment was...
2006 Apr 01
0
CESA-2005:499 Moderate CentOS 4 i386 gedit - security update
CentOS Errata and Security Advisory 2005:499 https://rhn.redhat.com/errata/RHSA-2005-499.html The following updated files have been uploaded and are currently syncing to the mirrors for both CentOS 4.0 and 4.1: i386: gedit-2.8.1-4.i386.rpm gedit-devel-2.8.1-4.i386.rpm src: gedit-2.8.1-4.src.rpm -------------- next part -------------- A no...
2006 Apr 01
0
CESA-2005:499 Moderate CentOS 3 i386 gedit - security update
CentOS Errata and Security Advisory 2005:499 gedit security update for CentOS 3 i386: https://rhn.redhat.com/errata/RHSA-2005-499.html The following updated file has been uploaded and is currently syncing to the mirrors: i386: updates/i386/RPMS/gedit-2.2.2-4.rhel3.i386.rpm source: updates/SRPMS/gedit-2.2.2-4.rhel3.src.rpm You may update...
2006 Apr 01
0
CESA-2005:499 Moderate CentOS 3 x86_64 gedit - security update
CentOS Errata and Security Advisory 2005:499 gedit security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2005-499.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/gedit-2.2.2-4.rhel3.x86_64.rpm source: updates/SRPMS/gedit-2.2.2-4.rhel3.src.rpm You may...
2006 Apr 01
0
CESA-2005:499 Modrate CentOS 4 ia64 gedit - security update
CentOS Errata and Security Advisory 2005:499 https://rhn.redhat.com/errata/RHSA-2005-499.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/ia64/RPMS/gedit-2.8.1-4.ia64.rpm updates/ia64/RPMS/gedit-devel-2.8.1-4.ia64.rpm -- Pasi Pirhonen - upi@iki.fi - http://iki.fi/upi/ -----...
2006 Apr 01
0
CESA-2005:499 Modrate CentOS 3 ia64 gedit - security update
CentOS Errata and Security Advisory 2005:499 https://rhn.redhat.com/errata/RHSA-2005-499.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/ia64/RPMS/gedit-2.2.2-4.rhel3.ia64.rpm -- Pasi Pirhonen - upi@iki.fi - http://iki.fi/upi/ -------------- next part -------------- A no...
2006 Apr 01
0
CESA-2005:499 Modrate CentOS 3 s390(x) gedit - security update
CentOS Errata and Security Advisory 2005:499 https://rhn.redhat.com/errata/RHSA-2005-499.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/gedit-2.2.2-4.rhel3.s390.rpm s390x: updates/s390x/RPMS/gedit-2.2.2-4.rhel3.s390x.rpm -- Pasi Pirhonen - upi@iki.fi - http://iki.fi...
2006 Oct 10
1
[Follow-UP] samba BDC + LDAP slave Referral errors
...auth/auth.c:check_ntlm_password(268) > check_ntlm_password: guest authentication for user [] succeeded > [2006/05/31 15:32:48, 2] lib/smbldap.c:smbldap_open_connection(692) > smbldap_open_connection: connection opened > [2006/05/31 15:32:48, 2] passdb/pdb_ldap.c:init_sam_from_ldap(499) > init_sam_from_ldap: Entry found for user: pc00829$ > [2006/05/31 15:32:48, 2] passdb/pdb_ldap.c:init_sam_from_ldap(499) > init_sam_from_ldap: Entry found for user: pc00829$ > [2006/05/31 15:32:48, 3] auth/auth.c:check_ntlm_password(219) > check_ntlm_password: Checking pas...
2007 Jan 08
1
unable to read mail - file istream-raw-mbox.c: line 499...
...nyone else) am suddely unable to read mail. Dovecot dumps the following in it's log: # BEGIN LOG ENTRIES # dovecot: Jan 07 18:15:52 Info: imap-login: Login: user=<username>, method=PLAIN, rip=::1, lip=::1, TLS dovecot: Jan 07 18:15:52 Error: IMAP(username): file istream-raw-mbox.c: line 499 (istream_raw_mbox_get_body_size): assertion failed: (rstream->mail_size != (uoff_t)-1) dovecot: Jan 07 18:15:52 Error: child 1584 (imap) killed with signal 6 # END LOG ENTRIES # NOTE: 'username' represents the users name at that time. The users subscribed to folders all show up. But n...