|
x*****g 发帖数: 3463 | 2 【 以下文字转载自 Linux 讨论区 】
发信人: xlhuang (十里闲情), 信区: Linux
标 题: 求教:奇怪的应用程序crash
发信站: BBS 未名空间站 (Mon Oct 20 10:14:33 2014, 美东)
我的系统是RHEL 6.4.
最近在用一个CAE软件,自带 Qt 4.8.3和 VTK 6.0.0库文件,直接executable。启动没
什么问题,GUI里面的help和settings也可用,就是一点“Open”试图打开文件就crash
了。奇怪的是如果从别的机器(Linux or windows) ssh 再运行同样的程序就没有问题
,可以打开文件正常操作。
唯一的屏幕输出错误信息:
Segmentation fault (core dumped)
自己有log,但是没什么用,有没有crash记录没什么不同。
看了系统log,也是一头雾水。
/var/log/messages:
Directory 'ccpp-2014-10-20-09:58:02-32028' creation detected
abrt[32031]: Saved cor... 阅读全帖 |
|
s***s 发帖数: 1301 | 3 前天偶尔发现的 http://www.db-class.org/course/auth/welcome
Stanford 的Professor Jennifer Widom ,看了些觉得还不错。
我想那些想转专业的同学可以先看看,了解一下,再做决定要不要转专业。我觉得换专
业的话,从我个人的经历来说,还是要慎重,至少你要对新的专业要感兴趣,隔着一行
看另外一行,总是觉得很好,很有前景的样子。 尤其对那些已经读了博士好些年的同
学,应格外慎重些。 |
|
W********n 发帖数: 254 | 4 用mvc做项目有段时间了,列几个我自己感觉的pros and cons
-
1,自带的html helper太少,真的太少了!!还有那个SelectList很恶心,忘了具体问
题是什么来着,反正是很难用。
2,routing system过于复杂,非常需要简化一下。
3,razor和mvc绑的太死,在controller之外用起来很难,需要一大堆context,比如你
想用razor处理email template,当然这个现在有mvc mailer可以用。
+
1,data validation不错,没遇到什么解决不了的问题,attribute内可以检查其他
field,或者调用后台数据做validation。
2,默认的data binder很强,强到有点让人难以置信,扩展很容易,基本没费过什么神。
3,user auth也比较好用。
基本就这些啦。。 |
|
l***y 发帖数: 791 | 5 IP: VPN can be a solution for the interrim;
Auth: Radius with directed realms can be solution for the interrim.
Voip: gk-gk or federation for SIP can be the solution for the interrim
mgmt system: some level of integration should be easy.
i'd plan for consolidation in gradual steps what's easy on the budget and
strengthening the current designs, as well. Usually it's not that hard with
twice amount of equipment. maybe i'll be able to free up some equipments for
expansion and that's nice, too.
my |
|
|
|
|
|
t**d 发帖数: 6474 | 9 我用的yahoo mail。在电脑上进入一体机设置,network -》email report -》点SMTP
设
server address smtp.mail.yahoo.com
port 465
Server Authentication Method 选 SMTP-AUTH
你的yahoo mail 地址和密码
SSL/TLS 选ssl |
|
z*********e 发帖数: 10149 | 10 也可以换ssh key-based auth,这个应该非常安全 |
|
a*****a 发帖数: 1429 | 11 Google WIFI产品的管理都是通过云来实现的。上周WIFI管理的Auth Server出了问题,
返回500错误。Google进行了修补,但修补的结果悲剧了。原本正常的response,结果
不知何故,Google sent了Hardware rest to factory的response,结果所有Google
Wifi用户的设备,包括OnHub和最近的Mesh,都被强制reset to factory default了。
Google除了让用户重新配置外,也没有办法解决,最后只好贴了封道歉信
https://support.google.com/wifi/answer/7335595 |
|
|
|
b**k 发帖数: 1219 | 14 S:Server C: Client
S:220 smtp013.mail.yahoo.com ESMTP
C:EHLO <----
S:250 smtp013.mail.yahoo.com
C:AUTH LOGIN PLAIN <----
S:334 UGz3vcmQ6
C:UGz3vcmQ6<------
S:535 authorization failed (#5.7.0)
箭头指的是我的操作,这样对吗?(当然肯定不对了, |
|
y***n 发帖数: 2318 | 15 Also, does it support selective authe scheme such as requiring uid+password
authentication for all Internet sites except for
. URL ending with *.gov
. a list of websites providing postal code, telephone number, address lookup
Please advise, thanks, |
|
j*****o 发帖数: 320 | 16 欧这里有个NT domain, Cisco ACS server 和Cisco wireless AP.
不知道配置成wireless用户必须是NT域用户才能连接行不行?
谢谢。 |
|
j***n 发帖数: 146 | 17 sure
and make sure you enabled EAP or MACbased authentication |
|
j*****o 发帖数: 320 | 18 不知道是否很麻烦?我这里几个network admin居然没办法。
要是太麻烦,我就不去献丑了。 |
|
|
j*****o 发帖数: 320 | 20 现在的情况是:iBook可以自由通过Airport连接到network,而不是事先设想
的:出现一个Popup窗口提示输入用户名和密码才能连接到网络上。ACS被配置成
Radius server接受认证请求,用户帐户都是该服务器上的本地用户。
这可能是那里的问题呢? 谢谢。 |
|
a*********s 发帖数: 22 | 21 我是新手. 我想写一个网页管理系统,很简单的那种.要能让不同的用户
post东西.用户可以修改他以前发的东西.然后repost.在server上有一个数据
库对应用户和其发的东西.
可是当用户要求更新的时候总是出错,说无法更新数据库.
我用out.println("
zfuNotifyServlet?author=" + auth + "&title=" + titl + ">");得到
用户发的title
然后用success = s.executeUpdate("update zfuUserInfo " +
兵 " set filename = '" + thefilename + "', " +
" user_status = 'underreview', admin_status = 'underreview' where " +
"author = '" + theauthor + |
|
l***r 发帖数: 459 | 22 I met a strange problem on JDBCRealm:
In my server.xml, it looks like:
className="org.apache.catalina.realm.JDBCRealm"
debug="99"
driverName="com.mysql.jdbc.Driver"
connectionURL="jdbc:mysql://localhost/auth"
connectionName="user"
connectionPassword="password"
userTable="users"
userNameCol="user_name"
userCredCol="user_pass"
userRoleTable="user_roles"
roleNameCol="role_name"
digest="MD5"
/>
It works if I use FORM authentication. So I am sure
mysql driver and MD5 are working fine. But it d |
|
w*******o 发帖数: 6125 | 23 The exact case I met:
The problem I have found is that if you have security enabled (via
security-constraint, login-config, security-role etc in web.xml), and have a
short session timeout, any user activity after the timeout expires causes a
redirect back to the auth-method (e.g FORM).Once authentication is successful,
processing then continues where the user left off however any context objects
that were bound to the previous session are lost and the results are
unpredictable. I too would like |
|
b******d 发帖数: 794 | 24 在linux上写了段javamail的程序,自动通过学校mail server回信(发信)。需要auth
entication.
编译通过,运行报告:
javax.servlet.ServletException: Access to default session denied
com.jspservletcookbook.EmailServlet.doPost(EmailServlet.java:47)
javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
为什么deny session啊?
如果不加authentication,就出IOEXception.
source code:
public class MyAuthenticator extends Authenticator {
public MyAuthenticator |
|
m******t 发帖数: 2416 | 25
Try Session.getInstance(properties, auth); |
|
c*******u 发帖数: 1269 | 26 现在需要RUN一个JAVA程序。下载了JAVA SE 6,可以编译,但程序运行结果不对。这个
程序差不多是这样的,先是连到一个网站,然后这个网站大概是回一个AUTH的code,放
在cookie里,并且给一个redirect的link,程序应该可以连到新link上,并下载一个文
件。结果这个程序老是在这两个link间redirect来回来去,就是没见文件出来。可是直
接用browser确没问题,可以下到文件。会是什么问题呢?我觉得这个程序就是模仿了
一下浏览器的操作。据说JAVA用coookie什么的很方便。不知道用VB,或者C会不会简单
一点? |
|
|
m*****k 发帖数: 731 | 28 我在试http://hadoop.apache.org/common/docs/r0.20.2/quickstart.html
我用的是win7 和 cygwin,
Standalone Operation
By default, Hadoop is configured to run in a non-distributed mode, as a
single Java process. This is useful for debugging.
The following example copies the unpacked conf directory to use as input and
then finds and displays every match of the given regular expression. Output
is written to the given output directory.
$ mkdir input
$ cp conf/*.xml input
在这一步
$ bin/hadoop jar hadoop-*-examples.ja... 阅读全帖 |
|
m*****k 发帖数: 731 | 29 我在试http://hadoop.apache.org/common/docs/r0.20.2/quickstart.html
我用的是win7 和 cygwin,
Standalone Operation
By default, Hadoop is configured to run in a non-distributed mode, as a
single Java process. This is useful for debugging.
The following example copies the unpacked conf directory to use as input and
then finds and displays every match of the given regular expression. Output
is written to the given output directory.
$ mkdir input
$ cp conf/*.xml input
在这一步
$ bin/hadoop jar hadoop-*-examples.ja... 阅读全帖 |
|
|
A***r 发帖数: 34 | 31 Struts依然是工业标准。学吧,不会浪费功夫的
然后你第一个问题,这个用什么技术都OK,首先是你设计上需要认证的页面和不需要验
证的页面需要有个方式来甄别才行
甄别方式多种多样:
最傻的就是你在拦截器里或者什么地方对每一个页面的URL进行判断,自己维护一个
white/black list
略微聪明点的就是你将两种页面放在不同的文件夹里,比如/auth/*.* 和 /nonauth/*.
*, 这样你在拦截器里通过Pattern来判断一下就OK
再更聪明一点,就用现成的Spring Security配置一下就好,原理和上面的方法一个意
思 |
|
s******e 发帖数: 493 | 32 check amazon s3 security or O'Auth.
S3 is based on public/private encryption. |
|
w**z 发帖数: 8232 | 33 我们internal service 在firewall 里,不需要auth 的,具体网络怎么设,不了解。 |
|
g**e 发帖数: 6127 | 34 why not oauth for external auth, kerberos + LDAP for internal use? |
|
z*******3 发帖数: 13709 | 35 用编码实现
我找了半天,只找到一个gc后的notification
能在gc后调用代码来做一些操作
其实我想在gc之前,就释放一些东西
然后gc时候就直接gc掉酱紫,不过现在这样也勉强能用
无非就是第一次gc之后,释放,然后等下一次gc再释放就是了
我想自己写一个vert.x的session manager
官方的那个要用到mongo,还没怎么用过,我很怀疑有没有人用过了
估计上网找也找不出什么名堂来,还是自己写方便一点
下面是我写的测试代码,idea都在这里面了
要求java 7u4以上版本,否则拿不到GarbageCollectionNotificationInfo这个类
无法编译
import java.lang.management.GarbageCollectorMXBean;
import java.lang.management.ManagementFactory;
import java.util.ArrayList;
import java.util.List;
import javax.management.Notification;
import javax.ma... 阅读全帖 |
|
d**i 发帖数: 9682 | 36 记得dmesg上显示的是不停的出ndiswrapper (set_auth_mode:701): setting auth mod
e to 7 failed等等,google了下也没什么结果。 |
|
|
p**i 发帖数: 688 | 38 troubleshooting network server 步骤 (sshd as e.g.)
1. on server: netstat -lnp | grep sshd 找出port number
2. 找个client: telnet server_ip port_number, 如果不能连接查firewall
3. 如果是connection refused, 查/var/log/auth.log和ACL |
|
A*******s 发帖数: 708 | 39 我一个爱国青年能做什么坏事……
再请教一下:
/var/auth.log
Jul 19 22:18:01 alex CRON[26507]: pam_unix(cron:session): session opened for
user download by (uid=0)
Jul 19 22:18:01 alex CRON[26507]: pam_unix(cron:session): session closed for
user download
CRON这里是什么意思? |
|
b*****l 发帖数: 9499 | 40 gmail 很容易就搞成了,照搬着搞学校的就不成。。。
下面这个是成的:
;; Configure outbound mail (SMTP)
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
smtpmail-smtp-server "smtp.gmail.com"
smtpmail-default-smtp-server "smtp.gmail.com"
send-mail-function 'smtpmail-send-it
message-send-mail-function 'smtpmail-send-it
smtpmail-smtp-service 587
smtpmail-auth-credentials '(("smtp.gmail.com" 587 "m*****[email protected]"
nil))
;; smtpmail-debug-info t
;; smtpmail-debug- |
|
a*******e 发帖数: 3021 | 41 f11
/var/log下没有任何根ssh登陆有关的记录,也没有auth.log文件。
怎么让系统记录登陆日至? |
|
s**h 发帖数: 1889 | 42 我是ubuntu 9.1, 查/var/log/auth.log.
次, |
|
B*******s 发帖数: 403 | 43 最近正在把NIS全部MIGRATE到LDAP,并把SAMBA AUTHENTICATION也整合到LDAP里。
系统是SLES11 SP1.
目前已经完成:
NIS DATA to ldap,用户可通过LDAP授权登录(SSH)。
SAMBA USER DATA TO LDAP,用户可以通过LDAP授权登录(SAMBA SHARE)。
LDAP PASSWORD SYNCED WITH SAMBA,用户在用smbpasswd 改变密码的时候,LDAP密码
同时改变
目前的问题是:
SAMBA PASSWORD NOT SYNCED WITH LDAP:用户可以用passwd 改变LDAP密码,但是修改
pam.d/common-password 和 common-auth 无法使SAMBA与LDAP密码同步。就是说,用户
改SMB密码时可以同时更改UNIX/LDAP密码,但是反之不行。
请问如果MODIFY PAM来实现这一目的? |
|
B*******s 发帖数: 403 | 44 用了,但是确实要手动修改pam.d/里的AUTH 和 PASSWORD 选项。否则PASSWORD只单向
同步。
另外SAMBA LDAP做PDC,目前只能把WINXP和VISTA加如DOMAIN,WIN7/WIN2K8 很难搞定
。 |
|
c*c 发帖数: 447 | 45 SAMBA我不熟啊。不过我觉得你这个只是实现了LDAP AUTH而不是PAMLDAP。简单来说
PAMLDAP的话是没有password sync这一步的。你用passwd改密码的时候直接改的是LDAP
的用户密码 |
|
o**n 发帖数: 1249 | 46 /etc/ssh/sshd_config内容:
# Package generated configuration file
# See the sshd(8) manpage for details
# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes
# Lifetime and size of ephemeral versio... 阅读全帖 |
|
l*******G 发帖数: 1191 | 47 大家如何block ssh attack?
在我的server /var/log/auth.log 上每天有
100左右 failed connection using root, test,ftp.
我安装了shorewall, TCPwraper, portsentry, sshblock
等试图自动block这些attacker's IP。 这些configuration很繁琐
一不小心就把自己也block 了。
我的问题是大家还用别的什么更好的方法?
还有公司里lan上有10台机器,9台windows (8xp, 1win2008,192.168.0.2
~192.168.0.10)和一台linux 服务器(192.168.0.11)。都通过一个router (192.168.0.
1) 连接外网,如何让所有的windows机器都通过linux上的firewall上网?这样比较好
管理,是把所有win机器的default gateway都设置为192.168.0.11吗?
linux 机器上有ssh, rsync, ftp,邮件服务器(IMAP,SMTP, postfix...... 阅读全帖 |
|
b*****l 发帖数: 9499 | 48 另外,怀疑是不是显卡驱动或者 xorg.conf 的问题
$lspci | grep VGA 的结果是
0a:03.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200eW WPCM450
(rev 0a)
/etc/X11/xorg.conf 是用 Xorg -configure 生成的。。。
/var/log/gdm3/:0-greeter.log 的内容是:
gnome-session[28930]: atk-bridge-WARNING: AT_SPI_REGISTRY was not started at
session startup.
gnome-session[28930]: atk-bridge-WARNING: IOR not set.
gnome-session[28930]: atk-bridge-WARNING: Could not locate registry
** (:28938): DEBUG: Client registered with session manage... 阅读全帖 |
|
f*********e 发帖数: 8453 | 49 Maybe you should start by checking your log first: /var/log/auth.log
See if there are lots of failed login attempts. |
|
|